Html Css Color HEX #ECD412 Broom

📋 copy color: '#ECD412'

red 236 ◦ green 212 ◦ blue 18

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

Shades of Broom #ECD412

Tints of Broom #ECD412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 50.64%
G = 45.49%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECD412 (or 0xECD412) is known color: Broom. HEX triplet: EC, D4 and 12. RGB value is (236,212,18). Sum of RGB (Red+Green+Blue) = 236+212+18=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD412 is #132BED. Grayscale: #C5C5C5. Windows color (decimal): -1256430 or 1234156. OLE color: 1234156.

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

Color convert

RGB 236 212 18 -
CMYK 0 0.10 0.92 0.07
HSL 53.39º 0.86% 0.5% -
HSV(B) 53.39º 0.92% 0.93% -
XYZ 58.24 64.96 10.04 -
YUV 197.06 26.95 155.77 -
System Red Green Blue C M Y K H S L
Decimal 236 212 18 0 0.10 0.92 0.07 53.39 0.86 0.5
Hex EC D4 12 0 A 5C 7 35 56 32
Octal 354 324 22 0 12 134 7 65 126 62
Binary 11101100 11010100 10010 0 1010 1011100 111 110101 1010110 110010

Color Harmonies of #ECD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD412

Black with #ECD412

Text Example


Text Example

White with #ECD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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