Html Css Color HEX #EEA82B Lightning Yellow

📋 copy color: '#EEA82B'

red 238 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #EEA82B

Tints of Lightning Yellow #EEA82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.58%

R = 53.01%
G = 37.42%
B = 9.58%

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

#EEA82B (or 0xEEA82B) is known color: Lightning Yellow. HEX triplet: EE, A8 and 2B. RGB value is (238,168,43). Sum of RGB (Red+Green+Blue) = 238+168+43=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA82B is #1157D4. Grayscale: #AFAFAF. Windows color (decimal): -1136597 or 2861294. OLE color: 2861294.

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

Color convert

RGB 238 168 43 -
CMYK 0 0.29 0.82 0.07
HSL 38.46º 0.85% 0.55% -
HSV(B) 38.46º 0.82% 0.93% -
XYZ 49.7 46.36 8.61 -
YUV 174.68 53.69 173.16 -
System Red Green Blue C M Y K H S L
Decimal 238 168 43 0 0.29 0.82 0.07 38.46 0.85 0.55
Hex EE A8 2B 0 1D 52 7 26 55 37
Octal 356 250 53 0 35 122 7 46 125 67
Binary 11101110 10101000 101011 0 11101 1010010 111 100110 1010101 110111

Color Harmonies of #EEA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA82B

Black with #EEA82B

Text Example


Text Example

White with #EEA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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