Html Css Color HEX #ECDB1A Broom

📋 copy color: '#ECDB1A'

red 236 ◦ green 219 ◦ blue 26

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

Shades of Broom #ECDB1A

Tints of Broom #ECDB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 26 (10.55% from 255) = 5.41%

R = 49.06%
G = 45.53%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECDB1A (or 0xECDB1A) is known color: Broom. HEX triplet: EC, DB and 1A. RGB value is (236,219,26). Sum of RGB (Red+Green+Blue) = 236+219+26=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB1A is #1324E5. Grayscale: #CACACA. Windows color (decimal): -1254630 or 1760236. OLE color: 1760236.

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

Color convert

RGB 236 219 26 -
CMYK 0 0.07 0.89 0.07
HSL 55.14º 0.85% 0.51% -
HSV(B) 55.14º 0.89% 0.93% -
XYZ 60.11 68.57 11.04 -
YUV 202.08 28.63 152.19 -
System Red Green Blue C M Y K H S L
Decimal 236 219 26 0 0.07 0.89 0.07 55.14 0.85 0.51
Hex EC DB 1A 0 7 59 7 37 55 33
Octal 354 333 32 0 7 131 7 67 125 63
Binary 11101100 11011011 11010 0 111 1011001 111 110111 1010101 110011

Color Harmonies of #ECDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB1A

Black with #ECDB1A

Text Example


Text Example

White with #ECDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB1A; }

 p { color: rgb(236,219,26); }

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

background-color css

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

 a { background-color: rgb(236,219,26); }

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

border-color css

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

 span { border-color: rgb(236,219,26); }

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