Html Css Color HEX #ECA732 Lightning Yellow

📋 copy color: '#ECA732'

red 236 ◦ green 167 ◦ blue 50

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

Shades of Lightning Yellow #ECA732

Tints of Lightning Yellow #ECA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.87%

 BLUE value IS 50 (19.92% from 255) = 11.04%

R = 52.1%
G = 36.87%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECA732 (or 0xECA732) is known color: Lightning Yellow. HEX triplet: EC, A7 and 32. RGB value is (236,167,50). Sum of RGB (Red+Green+Blue) = 236+167+50=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA732 is #1358CD. Grayscale: #AEAEAE. Windows color (decimal): -1267918 or 3319788. OLE color: 3319788.

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

Color convert

RGB 236 167 50 -
CMYK 0 0.29 0.79 0.07
HSL 37.74º 0.83% 0.56% -
HSV(B) 37.74º 0.79% 0.93% -
XYZ 48.99 45.7 9.26 -
YUV 174.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 236 167 50 0 0.29 0.79 0.07 37.74 0.83 0.56
Hex EC A7 32 0 1D 4F 7 26 53 38
Octal 354 247 62 0 35 117 7 46 123 70
Binary 11101100 10100111 110010 0 11101 1001111 111 100110 1010011 111000

Color Harmonies of #ECA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA732

Black with #ECA732

Text Example


Text Example

White with #ECA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA732; }

 p { color: rgb(236,167,50); }

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

background-color css

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

 a { background-color: rgb(236,167,50); }

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

border-color css

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

 span { border-color: rgb(236,167,50); }

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