Html Css Color HEX #ECD522 Broom

📋 copy color: '#ECD522'

red 236 ◦ green 213 ◦ blue 34

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

Shades of Broom #ECD522

Tints of Broom #ECD522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 48.86%
G = 44.1%
B = 7.04%

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

#ECD522 (or 0xECD522) is known color: Broom. HEX triplet: EC, D5 and 22. RGB value is (236,213,34). Sum of RGB (Red+Green+Blue) = 236+213+34=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD522 is #132ADD. Grayscale: #C8C8C8. Windows color (decimal): -1256158 or 2282988. OLE color: 2282988.

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

Color convert

RGB 236 213 34 -
CMYK 0 0.10 0.86 0.07
HSL 53.17º 0.84% 0.53% -
HSV(B) 53.17º 0.86% 0.93% -
XYZ 58.68 65.54 11.07 -
YUV 199.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 236 213 34 0 0.10 0.86 0.07 53.17 0.84 0.53
Hex EC D5 22 0 A 56 7 35 54 35
Octal 354 325 42 0 12 126 7 65 124 65
Binary 11101100 11010101 100010 0 1010 1010110 111 110101 1010100 110101

Color Harmonies of #ECD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD522

Black with #ECD522

Text Example


Text Example

White with #ECD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD522; }

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

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

background-color css

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

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

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

border-color css

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

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

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