Html Css Color HEX #EDB720 Bright Sun

📋 copy color: '#EDB720'

red 237 ◦ green 183 ◦ blue 32

#EDB720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Sun #EDB720

Tints of Bright Sun #EDB720

RGB

 RED value IS 237 (92.97% from 255) = 52.43%

 GREEN value IS 183 (71.88% from 255) = 40.49%

 BLUE value IS 32 (12.89% from 255) = 7.08%

R = 52.43%
G = 40.49%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB720 (or 0xEDB720) is known color: Bright Sun. HEX triplet: ED, B7 and 20. RGB value is (237,183,32). Sum of RGB (Red+Green+Blue) = 237+183+32=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB720 is #1248DF. Grayscale: #B6B6B6. Windows color (decimal): -1198304 or 2144237. OLE color: 2144237.

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

Color convert

RGB 237 183 32 -
CMYK 0 0.23 0.86 0.07
HSL 44.2º 0.85% 0.53% -
HSV(B) 44.2º 0.86% 0.93% -
XYZ 52.12 51.98 8.65 -
YUV 181.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 237 183 32 0 0.23 0.86 0.07 44.2 0.85 0.53
Hex ED B7 20 0 17 56 7 2C 55 35
Octal 355 267 40 0 27 126 7 54 125 65
Binary 11101101 10110111 100000 0 10111 1010110 111 101100 1010101 110101

Color Harmonies of #EDB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB720

Black with #EDB720

Text Example


Text Example

White with #EDB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB720; }

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

 H1.HeaderClassName
 {
   color: #EDB720;
 }
 .AnyTagClassName
 {
   color: #EDB720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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