Html Css Color HEX #EEA32A Lightning Yellow

📋 copy color: '#EEA32A'

red 238 ◦ green 163 ◦ blue 42

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

Shades of Lightning Yellow #EEA32A

Tints of Lightning Yellow #EEA32A

RGB

 RED value IS 238 (93.36% from 255) = 53.72%

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

 BLUE value IS 42 (16.8% from 255) = 9.48%

R = 53.72%
G = 36.79%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEA32A (or 0xEEA32A) is known color: Lightning Yellow. HEX triplet: EE, A3 and 2A. RGB value is (238,163,42). Sum of RGB (Red+Green+Blue) = 238+163+42=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA32A is #115CD5. Grayscale: #ACACAC. Windows color (decimal): -1137878 or 2794478. OLE color: 2794478.

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

Color convert

RGB 238 163 42 -
CMYK 0 0.32 0.82 0.07
HSL 37.04º 0.85% 0.55% -
HSV(B) 37.04º 0.82% 0.93% -
XYZ 48.78 44.54 8.22 -
YUV 171.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 238 163 42 0 0.32 0.82 0.07 37.04 0.85 0.55
Hex EE A3 2A 0 20 52 7 25 55 37
Octal 356 243 52 0 40 122 7 45 125 67
Binary 11101110 10100011 101010 0 100000 1010010 111 100101 1010101 110111

Color Harmonies of #EEA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA32A

Black with #EEA32A

Text Example


Text Example

White with #EEA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA32A; }

 p { color: rgb(238,163,42); }

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

background-color css

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

 a { background-color: rgb(238,163,42); }

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

border-color css

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

 span { border-color: rgb(238,163,42); }

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