Html Css Color HEX #ECA52B Lightning Yellow

📋 copy color: '#ECA52B'

red 236 ◦ green 165 ◦ blue 43

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

Shades of Lightning Yellow #ECA52B

Tints of Lightning Yellow #ECA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 53.15%
G = 37.16%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECA52B (or 0xECA52B) is known color: Lightning Yellow. HEX triplet: EC, A5 and 2B. RGB value is (236,165,43). Sum of RGB (Red+Green+Blue) = 236+165+43=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA52B is #135AD4. Grayscale: #ACACAC. Windows color (decimal): -1268437 or 2860524. OLE color: 2860524.

HSL color Cylindrical-coordinate representation of color #ECA52B: hue angle of 37.93º 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 #ECA52B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 165 43 -
CMYK 0 0.30 0.82 0.07
HSL 37.93º 0.84% 0.55% -
HSV(B) 37.93º 0.82% 0.93% -
XYZ 48.48 44.92 8.4 -
YUV 172.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 236 165 43 0 0.30 0.82 0.07 37.93 0.84 0.55
Hex EC A5 2B 0 1E 52 7 26 54 37
Octal 354 245 53 0 36 122 7 46 124 67
Binary 11101100 10100101 101011 0 11110 1010010 111 100110 1010100 110111

Color Harmonies of #ECA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA52B

Black with #ECA52B

Text Example


Text Example

White with #ECA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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