Html Css Color HEX #ECDB1C Broom

📋 copy color: '#ECDB1C'

red 236 ◦ green 219 ◦ blue 28

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

Shades of Broom #ECDB1C

Tints of Broom #ECDB1C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

 BLUE value IS 28 (11.33% from 255) = 5.8%

R = 48.86%
G = 45.34%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECDB1C (or 0xECDB1C) is known color: Broom. HEX triplet: EC, DB and 1C. RGB value is (236,219,28). Sum of RGB (Red+Green+Blue) = 236+219+28=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB1C is #1324E3. Grayscale: #CBCBCB. Windows color (decimal): -1254628 or 1891308. OLE color: 1891308.

HSL color Cylindrical-coordinate representation of color #ECDB1C: hue angle of 55.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECDB1C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 28 -
CMYK 0 0.07 0.88 0.07
HSL 55.1º 0.85% 0.52% -
HSV(B) 55.1º 0.88% 0.93% -
XYZ 60.13 68.58 11.17 -
YUV 202.31 29.63 152.03 -
System Red Green Blue C M Y K H S L
Decimal 236 219 28 0 0.07 0.88 0.07 55.1 0.85 0.52
Hex EC DB 1C 0 7 58 7 37 55 34
Octal 354 333 34 0 7 130 7 67 125 64
Binary 11101100 11011011 11100 0 111 1011000 111 110111 1010101 110100

Color Harmonies of #ECDB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB1C

Black with #ECDB1C

Text Example


Text Example

White with #ECDB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB1C; }

 p { color: rgb(236,219,28); }

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

background-color css

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

 a { background-color: rgb(236,219,28); }

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

border-color css

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

 span { border-color: rgb(236,219,28); }

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