Html Css Color HEX #EDCE20 Broom

📋 copy color: '#EDCE20'

red 237 ◦ green 206 ◦ blue 32

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

Shades of Broom #EDCE20

Tints of Broom #EDCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

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

R = 49.89%
G = 43.37%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDCE20 (or 0xEDCE20) is known color: Broom. HEX triplet: ED, CE and 20. RGB value is (237,206,32). Sum of RGB (Red+Green+Blue) = 237+206+32=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE20 is #1231DF. Grayscale: #C4C4C4. Windows color (decimal): -1192416 or 2150125. OLE color: 2150125.

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

Color convert

RGB 237 206 32 -
CMYK 0 0.13 0.86 0.07
HSL 50.93º 0.85% 0.53% -
HSV(B) 50.93º 0.86% 0.93% -
XYZ 57.26 62.25 10.36 -
YUV 195.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 237 206 32 0 0.13 0.86 0.07 50.93 0.85 0.53
Hex ED CE 20 0 D 56 7 33 55 35
Octal 355 316 40 0 15 126 7 63 125 65
Binary 11101101 11001110 100000 0 1101 1010110 111 110011 1010101 110101

Color Harmonies of #EDCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE20

Black with #EDCE20

Text Example


Text Example

White with #EDCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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