Html Css Color HEX #ECD512 Broom

📋 copy color: '#ECD512'

red 236 ◦ green 213 ◦ blue 18

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

Shades of Broom #ECD512

Tints of Broom #ECD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

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

R = 50.54%
G = 45.61%
B = 3.85%

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

#ECD512 (or 0xECD512) is known color: Broom. HEX triplet: EC, D5 and 12. RGB value is (236,213,18). Sum of RGB (Red+Green+Blue) = 236+213+18=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD512 is #132AED. Grayscale: #C6C6C6. Windows color (decimal): -1256174 or 1234412. OLE color: 1234412.

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

Color convert

RGB 236 213 18 -
CMYK 0 0.10 0.92 0.07
HSL 53.67º 0.86% 0.5% -
HSV(B) 53.67º 0.92% 0.93% -
XYZ 58.5 65.47 10.13 -
YUV 197.65 26.62 155.36 -
System Red Green Blue C M Y K H S L
Decimal 236 213 18 0 0.10 0.92 0.07 53.67 0.86 0.5
Hex EC D5 12 0 A 5C 7 36 56 32
Octal 354 325 22 0 12 134 7 66 126 62
Binary 11101100 11010101 10010 0 1010 1011100 111 110110 1010110 110010

Color Harmonies of #ECD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD512

Black with #ECD512

Text Example


Text Example

White with #ECD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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