Html Css Color HEX #ECA328 Lightning Yellow

📋 copy color: '#ECA328'

red 236 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #ECA328

Tints of Lightning Yellow #ECA328

RGB

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

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

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

R = 53.76%
G = 37.13%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECA328 (or 0xECA328) is known color: Lightning Yellow. HEX triplet: EC, A3 and 28. RGB value is (236,163,40). Sum of RGB (Red+Green+Blue) = 236+163+40=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA328 is #135CD7. Grayscale: #ABABAB. Windows color (decimal): -1268952 or 2663404. OLE color: 2663404.

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

Color convert

RGB 236 163 40 -
CMYK 0 0.31 0.83 0.07
HSL 37.65º 0.84% 0.54% -
HSV(B) 37.65º 0.83% 0.93% -
XYZ 48.07 44.18 8 -
YUV 170.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 236 163 40 0 0.31 0.83 0.07 37.65 0.84 0.54
Hex EC A3 28 0 1F 53 7 26 54 36
Octal 354 243 50 0 37 123 7 46 124 66
Binary 11101100 10100011 101000 0 11111 1010011 111 100110 1010100 110110

Color Harmonies of #ECA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA328

Black with #ECA328

Text Example


Text Example

White with #ECA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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