Html Css Color HEX #ECD42A Broom

📋 copy color: '#ECD42A'

red 236 ◦ green 212 ◦ blue 42

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

Shades of Broom #ECD42A

Tints of Broom #ECD42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.57%

R = 48.16%
G = 43.27%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECD42A (or 0xECD42A) is known color: Broom. HEX triplet: EC, D4 and 2A. RGB value is (236,212,42). Sum of RGB (Red+Green+Blue) = 236+212+42=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD42A is #132BD5. Grayscale: #C8C8C8. Windows color (decimal): -1256406 or 2807020. OLE color: 2807020.

HSL color Cylindrical-coordinate representation of color #ECD42A: hue angle of 52.58º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECD42A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 42 -
CMYK 0 0.10 0.82 0.07
HSL 52.58º 0.84% 0.55% -
HSV(B) 52.58º 0.82% 0.93% -
XYZ 58.55 65.09 11.67 -
YUV 199.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 236 212 42 0 0.10 0.82 0.07 52.58 0.84 0.55
Hex EC D4 2A 0 A 52 7 35 54 37
Octal 354 324 52 0 12 122 7 65 124 67
Binary 11101100 11010100 101010 0 1010 1010010 111 110101 1010100 110111

Color Harmonies of #ECD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD42A

Black with #ECD42A

Text Example


Text Example

White with #ECD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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