Html Css Color HEX #ECAA30 Lightning Yellow

📋 copy color: '#ECAA30'

red 236 ◦ green 170 ◦ blue 48

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

Shades of Lightning Yellow #ECAA30

Tints of Lightning Yellow #ECAA30

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 51.98%
G = 37.44%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECAA30 (or 0xECAA30) is known color: Lightning Yellow. HEX triplet: EC, AA and 30. RGB value is (236,170,48). Sum of RGB (Red+Green+Blue) = 236+170+48=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA30 is #1355CF. Grayscale: #B0B0B0. Windows color (decimal): -1267152 or 3189484. OLE color: 3189484.

HSL color Cylindrical-coordinate representation of color #ECAA30: hue angle of 38.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAA30 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 48 -
CMYK 0 0.28 0.80 0.07
HSL 38.94º 0.83% 0.56% -
HSV(B) 38.94º 0.8% 0.93% -
XYZ 49.5 46.8 9.22 -
YUV 175.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 236 170 48 0 0.28 0.80 0.07 38.94 0.83 0.56
Hex EC AA 30 0 1C 50 7 27 53 38
Octal 354 252 60 0 34 120 7 47 123 70
Binary 11101100 10101010 110000 0 11100 1010000 111 100111 1010011 111000

Color Harmonies of #ECAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA30

Black with #ECAA30

Text Example


Text Example

White with #ECAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA30; }

 p { color: rgb(236,170,48); }

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

background-color css

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

 a { background-color: rgb(236,170,48); }

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

border-color css

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

 span { border-color: rgb(236,170,48); }

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