Html Css Color HEX #ECD40E Broom

📋 copy color: '#ECD40E'

red 236 ◦ green 212 ◦ blue 14

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

Shades of Broom #ECD40E

Tints of Broom #ECD40E

RGB

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

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

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

R = 51.08%
G = 45.89%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECD40E (or 0xECD40E) is known color: Broom. HEX triplet: EC, D4 and 0E. RGB value is (236,212,14). Sum of RGB (Red+Green+Blue) = 236+212+14=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD40E is #132BF1. Grayscale: #C5C5C5. Windows color (decimal): -1256434 or 972012. OLE color: 972012.

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

Color convert

RGB 236 212 14 -
CMYK 0 0.10 0.94 0.07
HSL 53.51º 0.89% 0.49% -
HSV(B) 53.51º 0.94% 0.93% -
XYZ 58.21 64.95 9.88 -
YUV 196.6 24.95 156.1 -
System Red Green Blue C M Y K H S L
Decimal 236 212 14 0 0.10 0.94 0.07 53.51 0.89 0.49
Hex EC D4 E 0 A 5E 7 36 59 31
Octal 354 324 16 0 12 136 7 66 131 61
Binary 11101100 11010100 1110 0 1010 1011110 111 110110 1011001 110001

Color Harmonies of #ECD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD40E

Black with #ECD40E

Text Example


Text Example

White with #ECD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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