Html Css Color HEX #EEA82A Lightning Yellow

📋 copy color: '#EEA82A'

red 238 ◦ green 168 ◦ blue 42

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

Shades of Lightning Yellow #EEA82A

Tints of Lightning Yellow #EEA82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

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

R = 53.13%
G = 37.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEA82A (or 0xEEA82A) is known color: Lightning Yellow. HEX triplet: EE, A8 and 2A. RGB value is (238,168,42). Sum of RGB (Red+Green+Blue) = 238+168+42=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA82A is #1157D5. Grayscale: #AFAFAF. Windows color (decimal): -1136598 or 2795758. OLE color: 2795758.

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

Color convert

RGB 238 168 42 -
CMYK 0 0.29 0.82 0.07
HSL 38.57º 0.85% 0.55% -
HSV(B) 38.57º 0.82% 0.93% -
XYZ 49.68 46.35 8.52 -
YUV 174.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 238 168 42 0 0.29 0.82 0.07 38.57 0.85 0.55
Hex EE A8 2A 0 1D 52 7 27 55 37
Octal 356 250 52 0 35 122 7 47 125 67
Binary 11101110 10101000 101010 0 11101 1010010 111 100111 1010101 110111

Color Harmonies of #EEA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA82A

Black with #EEA82A

Text Example


Text Example

White with #EEA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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