Html Css Color HEX #EDCB20 Broom

📋 copy color: '#EDCB20'

red 237 ◦ green 203 ◦ blue 32

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

Shades of Broom #EDCB20

Tints of Broom #EDCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

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

R = 50.21%
G = 43.01%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDCB20 (or 0xEDCB20) is known color: Broom. HEX triplet: ED, CB and 20. RGB value is (237,203,32). Sum of RGB (Red+Green+Blue) = 237+203+32=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB20 is #1234DF. Grayscale: #C2C2C2. Windows color (decimal): -1193184 or 2149357. OLE color: 2149357.

HSL color Cylindrical-coordinate representation of color #EDCB20: hue angle of 50.05º 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 #EDCB20 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 32 -
CMYK 0 0.14 0.86 0.07
HSL 50.05º 0.85% 0.53% -
HSV(B) 50.05º 0.86% 0.93% -
XYZ 56.54 60.82 10.13 -
YUV 193.67 36.76 158.9 -
System Red Green Blue C M Y K H S L
Decimal 237 203 32 0 0.14 0.86 0.07 50.05 0.85 0.53
Hex ED CB 20 0 E 56 7 32 55 35
Octal 355 313 40 0 16 126 7 62 125 65
Binary 11101101 11001011 100000 0 1110 1010110 111 110010 1010101 110101

Color Harmonies of #EDCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB20

Black with #EDCB20

Text Example


Text Example

White with #EDCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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