Html Css Color HEX #ECA325 Lightning Yellow

📋 copy color: '#ECA325'

red 236 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #ECA325

Tints of Lightning Yellow #ECA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 54.13%
G = 37.39%
B = 8.49%

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

#ECA325 (or 0xECA325) is known color: Lightning Yellow. HEX triplet: EC, A3 and 25. RGB value is (236,163,37). Sum of RGB (Red+Green+Blue) = 236+163+37=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA325 is #135CDA. Grayscale: #ABABAB. Windows color (decimal): -1268955 or 2466796. OLE color: 2466796.

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

Color convert

RGB 236 163 37 -
CMYK 0 0.31 0.84 0.07
HSL 37.99º 0.84% 0.54% -
HSV(B) 37.99º 0.84% 0.93% -
XYZ 48.02 44.16 7.74 -
YUV 170.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 236 163 37 0 0.31 0.84 0.07 37.99 0.84 0.54
Hex EC A3 25 0 1F 54 7 26 54 36
Octal 354 243 45 0 37 124 7 46 124 66
Binary 11101100 10100011 100101 0 11111 1010100 111 100110 1010100 110110

Color Harmonies of #ECA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA325

Black with #ECA325

Text Example


Text Example

White with #ECA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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