Html Css Color HEX #ECA52C Lightning Yellow

📋 copy color: '#ECA52C'

red 236 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #ECA52C

Tints of Lightning Yellow #ECA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 53.03%
G = 37.08%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECA52C (or 0xECA52C) is known color: Lightning Yellow. HEX triplet: EC, A5 and 2C. RGB value is (236,165,44). Sum of RGB (Red+Green+Blue) = 236+165+44=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA52C is #135AD3. Grayscale: #ACACAC. Windows color (decimal): -1268436 or 2926060. OLE color: 2926060.

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

Color convert

RGB 236 165 44 -
CMYK 0 0.30 0.81 0.07
HSL 37.81º 0.83% 0.55% -
HSV(B) 37.81º 0.81% 0.93% -
XYZ 48.5 44.92 8.5 -
YUV 172.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 236 165 44 0 0.30 0.81 0.07 37.81 0.83 0.55
Hex EC A5 2C 0 1E 51 7 26 53 37
Octal 354 245 54 0 36 121 7 46 123 67
Binary 11101100 10100101 101100 0 11110 1010001 111 100110 1010011 110111

Color Harmonies of #ECA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA52C

Black with #ECA52C

Text Example


Text Example

White with #ECA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA52C; }

 p { color: rgb(236,165,44); }

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

background-color css

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

 a { background-color: rgb(236,165,44); }

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

border-color css

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

 span { border-color: rgb(236,165,44); }

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