Html Css Color HEX #ECA528 Lightning Yellow

📋 copy color: '#ECA528'

red 236 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #ECA528

Tints of Lightning Yellow #ECA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 53.51%
G = 37.41%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECA528 (or 0xECA528) is known color: Lightning Yellow. HEX triplet: EC, A5 and 28. RGB value is (236,165,40). Sum of RGB (Red+Green+Blue) = 236+165+40=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA528 is #135AD7. Grayscale: #ACACAC. Windows color (decimal): -1268440 or 2663916. OLE color: 2663916.

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

Color convert

RGB 236 165 40 -
CMYK 0 0.30 0.83 0.07
HSL 38.27º 0.84% 0.54% -
HSV(B) 38.27º 0.83% 0.93% -
XYZ 48.43 44.9 8.12 -
YUV 171.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 236 165 40 0 0.30 0.83 0.07 38.27 0.84 0.54
Hex EC A5 28 0 1E 53 7 26 54 36
Octal 354 245 50 0 36 123 7 46 124 66
Binary 11101100 10100101 101000 0 11110 1010011 111 100110 1010100 110110

Color Harmonies of #ECA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA528

Black with #ECA528

Text Example


Text Example

White with #ECA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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