Html Css Color HEX #ECDD1C Broom

📋 copy color: '#ECDD1C'

red 236 ◦ green 221 ◦ blue 28

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

Shades of Broom #ECDD1C

Tints of Broom #ECDD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

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

R = 48.66%
G = 45.57%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECDD1C (or 0xECDD1C) is known color: Broom. HEX triplet: EC, DD and 1C. RGB value is (236,221,28). Sum of RGB (Red+Green+Blue) = 236+221+28=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD1C is #1322E3. Grayscale: #CCCCCC. Windows color (decimal): -1254116 or 1891820. OLE color: 1891820.

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

Color convert

RGB 236 221 28 -
CMYK 0 0.06 0.88 0.07
HSL 55.67º 0.85% 0.52% -
HSV(B) 55.67º 0.88% 0.93% -
XYZ 60.66 69.63 11.34 -
YUV 203.48 28.97 151.19 -
System Red Green Blue C M Y K H S L
Decimal 236 221 28 0 0.06 0.88 0.07 55.67 0.85 0.52
Hex EC DD 1C 0 6 58 7 38 55 34
Octal 354 335 34 0 6 130 7 70 125 64
Binary 11101100 11011101 11100 0 110 1011000 111 111000 1010101 110100

Color Harmonies of #ECDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD1C

Black with #ECDD1C

Text Example


Text Example

White with #ECDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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