Html Css Color HEX #ECD612 Broom

📋 copy color: '#ECD612'

red 236 ◦ green 214 ◦ blue 18

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

Shades of Broom #ECD612

Tints of Broom #ECD612

RGB

 RED value IS 236 (92.58% from 255) = 50.43%

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 50.43%
G = 45.73%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECD612 (or 0xECD612) is known color: Broom. HEX triplet: EC, D6 and 12. RGB value is (236,214,18). Sum of RGB (Red+Green+Blue) = 236+214+18=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD612 is #1329ED. Grayscale: #C7C7C7. Windows color (decimal): -1255918 or 1234668. OLE color: 1234668.

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

Color convert

RGB 236 214 18 -
CMYK 0 0.09 0.92 0.07
HSL 53.94º 0.86% 0.5% -
HSV(B) 53.94º 0.92% 0.93% -
XYZ 58.75 65.97 10.21 -
YUV 198.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 236 214 18 0 0.09 0.92 0.07 53.94 0.86 0.5
Hex EC D6 12 0 9 5C 7 36 56 32
Octal 354 326 22 0 11 134 7 66 126 62
Binary 11101100 11010110 10010 0 1001 1011100 111 110110 1010110 110010

Color Harmonies of #ECD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD612

Black with #ECD612

Text Example


Text Example

White with #ECD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD612; }

 p { color: rgb(236,214,18); }

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

background-color css

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

 a { background-color: rgb(236,214,18); }

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

border-color css

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

 span { border-color: rgb(236,214,18); }

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