Html Css Color HEX #EDCE12 Broom

📋 copy color: '#EDCE12'

red 237 ◦ green 206 ◦ blue 18

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

Shades of Broom #EDCE12

Tints of Broom #EDCE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 51.41%
G = 44.69%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDCE12 (or 0xEDCE12) is known color: Broom. HEX triplet: ED, CE and 12. RGB value is (237,206,18). Sum of RGB (Red+Green+Blue) = 237+206+18=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE12 is #1231ED. Grayscale: #C2C2C2. Windows color (decimal): -1192430 or 1232621. OLE color: 1232621.

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

Color convert

RGB 237 206 18 -
CMYK 0 0.13 0.92 0.07
HSL 51.51º 0.86% 0.5% -
HSV(B) 51.51º 0.92% 0.93% -
XYZ 57.11 62.19 9.57 -
YUV 193.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 237 206 18 0 0.13 0.92 0.07 51.51 0.86 0.5
Hex ED CE 12 0 D 5C 7 34 56 32
Octal 355 316 22 0 15 134 7 64 126 62
Binary 11101101 11001110 10010 0 1101 1011100 111 110100 1010110 110010

Color Harmonies of #EDCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE12

Black with #EDCE12

Text Example


Text Example

White with #EDCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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