#EDB72B

Color #EDB72B Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #EDB72B

Tints of Bright Sun #EDB72B

Color information

#EDB72B (or 0xEDB72B) is unknown color: approx Bright Sun. HEX triplet: ED, B7 and 2B. RGB value is (237,183,43). Sum of RGB (Red+Green+Blue) = 237+183+43=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB72B is #1248D4. Grayscale: #B7B7B7. Windows color (decimal): -1198293 or 2865133. OLE color: 2865133.

HSL color Cylindrical-coordinate representation of color #EDB72B: hue angle of 43.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB72B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23718343-
CMYK00.230.820.07
HSL43.3º84.35%54.9%-
HSV(B)43.3º81.86%92.94%-
XYZ52.2952.059.58-
YUV183.1948.89166.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 43 (17.19% from 255) = 9.29%
R=51.19%
G=39.52%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371834300.230.820.0743.384.3554.9
HexEDB72B0175272b5437
Octal3552675302712275312467
Binary111011011011011110101101011110100101111010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB72B; }

 p { color: rgb(237,183,43); }

 H1.HeaderClassName
 {
   color: #EDB72B;
 }
 .AnyTagClassName
 {
   color: #EDB72B;
 }
</style>
background-color css

<style>
 a { background-color: #EDB72B; }

 a { background-color: rgb(237,183,43); }

 div.DivClassName
 {
   background-color: #EDB72B;
 }
 .BgClassName
 {
   background-color: #EDB72B;
 }
</style>
border-color css

<style>
 span { border-color: #EDB72B; }

 span { border-color: rgb(237,183,43); }

 td.TdClassName
 {
   border-color: #EDB72B;
 }
 .TagClassName
 {
   border-color: #EDB72B;
 }
</style>