Html Css Color HEX #ECA32A Lightning Yellow

📋 copy color: '#ECA32A'

red 236 ◦ green 163 ◦ blue 42

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

Shades of Lightning Yellow #ECA32A

Tints of Lightning Yellow #ECA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 53.51%
G = 36.96%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECA32A (or 0xECA32A) is known color: Lightning Yellow. HEX triplet: EC, A3 and 2A. RGB value is (236,163,42). Sum of RGB (Red+Green+Blue) = 236+163+42=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA32A is #135CD5. Grayscale: #ABABAB. Windows color (decimal): -1268950 or 2794476. OLE color: 2794476.

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

Color convert

RGB 236 163 42 -
CMYK 0 0.31 0.82 0.07
HSL 37.42º 0.84% 0.55% -
HSV(B) 37.42º 0.82% 0.93% -
XYZ 48.11 44.19 8.19 -
YUV 171.03 55.18 174.34 -
System Red Green Blue C M Y K H S L
Decimal 236 163 42 0 0.31 0.82 0.07 37.42 0.84 0.55
Hex EC A3 2A 0 1F 52 7 25 54 37
Octal 354 243 52 0 37 122 7 45 124 67
Binary 11101100 10100011 101010 0 11111 1010010 111 100101 1010100 110111

Color Harmonies of #ECA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA32A

Black with #ECA32A

Text Example


Text Example

White with #ECA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA32A; }

 p { color: rgb(236,163,42); }

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

background-color css

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

 a { background-color: rgb(236,163,42); }

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

border-color css

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

 span { border-color: rgb(236,163,42); }

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