Html Css Color HEX #EEA82D Lightning Yellow

📋 copy color: '#EEA82D'

red 238 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #EEA82D

Tints of Lightning Yellow #EEA82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.98%

R = 52.77%
G = 37.25%
B = 9.98%

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

#EEA82D (or 0xEEA82D) is known color: Lightning Yellow. HEX triplet: EE, A8 and 2D. RGB value is (238,168,45). Sum of RGB (Red+Green+Blue) = 238+168+45=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA82D is #1157D2. Grayscale: #AFAFAF. Windows color (decimal): -1136595 or 2992366. OLE color: 2992366.

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

Color convert

RGB 238 168 45 -
CMYK 0 0.29 0.81 0.07
HSL 38.24º 0.85% 0.55% -
HSV(B) 38.24º 0.81% 0.93% -
XYZ 49.74 46.37 8.81 -
YUV 174.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 238 168 45 0 0.29 0.81 0.07 38.24 0.85 0.55
Hex EE A8 2D 0 1D 51 7 26 55 37
Octal 356 250 55 0 35 121 7 46 125 67
Binary 11101110 10101000 101101 0 11101 1010001 111 100110 1010101 110111

Color Harmonies of #EEA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA82D

Black with #EEA82D

Text Example


Text Example

White with #EEA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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