Html Css Color HEX #ECD422 Broom

📋 copy color: '#ECD422'

red 236 ◦ green 212 ◦ blue 34

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

Shades of Broom #ECD422

Tints of Broom #ECD422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 48.96%
G = 43.98%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECD422 (or 0xECD422) is known color: Broom. HEX triplet: EC, D4 and 22. RGB value is (236,212,34). Sum of RGB (Red+Green+Blue) = 236+212+34=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD422 is #132BDD. Grayscale: #C7C7C7. Windows color (decimal): -1256414 or 2282732. OLE color: 2282732.

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

Color convert

RGB 236 212 34 -
CMYK 0 0.10 0.86 0.07
HSL 52.87º 0.84% 0.53% -
HSV(B) 52.87º 0.86% 0.93% -
XYZ 58.42 65.04 10.99 -
YUV 198.88 34.95 154.47 -
System Red Green Blue C M Y K H S L
Decimal 236 212 34 0 0.10 0.86 0.07 52.87 0.84 0.53
Hex EC D4 22 0 A 56 7 35 54 35
Octal 354 324 42 0 12 126 7 65 124 65
Binary 11101100 11010100 100010 0 1010 1010110 111 110101 1010100 110101

Color Harmonies of #ECD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD422

Black with #ECD422

Text Example


Text Example

White with #ECD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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