Html Css Color HEX #ECD00E Broom

📋 copy color: '#ECD00E'

red 236 ◦ green 208 ◦ blue 14

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

Shades of Broom #ECD00E

Tints of Broom #ECD00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 51.53%
G = 45.41%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECD00E (or 0xECD00E) is known color: Broom. HEX triplet: EC, D0 and 0E. RGB value is (236,208,14). Sum of RGB (Red+Green+Blue) = 236+208+14=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD00E is #132FF1. Grayscale: #C3C3C3. Windows color (decimal): -1257458 or 970988. OLE color: 970988.

HSL color Cylindrical-coordinate representation of color #ECD00E: hue angle of 52.43º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECD00E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 14 -
CMYK 0 0.12 0.94 0.07
HSL 52.43º 0.89% 0.49% -
HSV(B) 52.43º 0.94% 0.93% -
XYZ 57.23 62.98 9.55 -
YUV 194.26 26.28 157.77 -
System Red Green Blue C M Y K H S L
Decimal 236 208 14 0 0.12 0.94 0.07 52.43 0.89 0.49
Hex EC D0 E 0 C 5E 7 34 59 31
Octal 354 320 16 0 14 136 7 64 131 61
Binary 11101100 11010000 1110 0 1100 1011110 111 110100 1011001 110001

Color Harmonies of #ECD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD00E

Black with #ECD00E

Text Example


Text Example

White with #ECD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD00E; }

 p { color: rgb(236,208,14); }

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

background-color css

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

 a { background-color: rgb(236,208,14); }

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

border-color css

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

 span { border-color: rgb(236,208,14); }

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