Html Css Color HEX #EEA82E Lightning Yellow

📋 copy color: '#EEA82E'

red 238 ◦ green 168 ◦ blue 46

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

Shades of Lightning Yellow #EEA82E

Tints of Lightning Yellow #EEA82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.18%

R = 52.65%
G = 37.17%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEA82E (or 0xEEA82E) is known color: Lightning Yellow. HEX triplet: EE, A8 and 2E. RGB value is (238,168,46). Sum of RGB (Red+Green+Blue) = 238+168+46=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA82E is #1157D1. Grayscale: #AFAFAF. Windows color (decimal): -1136594 or 3057902. OLE color: 3057902.

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

Color convert

RGB 238 168 46 -
CMYK 0 0.29 0.81 0.07
HSL 38.13º 0.85% 0.56% -
HSV(B) 38.13º 0.81% 0.93% -
XYZ 49.76 46.38 8.91 -
YUV 175.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 238 168 46 0 0.29 0.81 0.07 38.13 0.85 0.56
Hex EE A8 2E 0 1D 51 7 26 55 38
Octal 356 250 56 0 35 121 7 46 125 70
Binary 11101110 10101000 101110 0 11101 1010001 111 100110 1010101 111000

Color Harmonies of #EEA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA82E

Black with #EEA82E

Text Example


Text Example

White with #EEA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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