Html Css Color HEX #ECA226 Lightning Yellow

📋 copy color: '#ECA226'

red 236 ◦ green 162 ◦ blue 38

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

Shades of Lightning Yellow #ECA226

Tints of Lightning Yellow #ECA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 54.13%
G = 37.16%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECA226 (or 0xECA226) is known color: Lightning Yellow. HEX triplet: EC, A2 and 26. RGB value is (236,162,38). Sum of RGB (Red+Green+Blue) = 236+162+38=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA226 is #135DD9. Grayscale: #AAAAAA. Windows color (decimal): -1269210 or 2532076. OLE color: 2532076.

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

Color convert

RGB 236 162 38 -
CMYK 0 0.31 0.84 0.07
HSL 37.58º 0.84% 0.54% -
HSV(B) 37.58º 0.84% 0.93% -
XYZ 47.86 43.81 7.77 -
YUV 169.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 236 162 38 0 0.31 0.84 0.07 37.58 0.84 0.54
Hex EC A2 26 0 1F 54 7 26 54 36
Octal 354 242 46 0 37 124 7 46 124 66
Binary 11101100 10100010 100110 0 11111 1010100 111 100110 1010100 110110

Color Harmonies of #ECA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA226

Black with #ECA226

Text Example


Text Example

White with #ECA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA226; }

 p { color: rgb(236,162,38); }

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

background-color css

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

 a { background-color: rgb(236,162,38); }

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

border-color css

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

 span { border-color: rgb(236,162,38); }

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