Html Css Color HEX #EEA829 Lightning Yellow

📋 copy color: '#EEA829'

red 238 ◦ green 168 ◦ blue 41

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

Shades of Lightning Yellow #EEA829

Tints of Lightning Yellow #EEA829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.17%

R = 53.24%
G = 37.58%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEA829 (or 0xEEA829) is known color: Lightning Yellow. HEX triplet: EE, A8 and 29. RGB value is (238,168,41). Sum of RGB (Red+Green+Blue) = 238+168+41=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA829 is #1157D6. Grayscale: #AFAFAF. Windows color (decimal): -1136599 or 2730222. OLE color: 2730222.

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

Color convert

RGB 238 168 41 -
CMYK 0 0.29 0.83 0.07
HSL 38.68º 0.85% 0.55% -
HSV(B) 38.68º 0.83% 0.93% -
XYZ 49.66 46.34 8.43 -
YUV 174.45 52.69 173.33 -
System Red Green Blue C M Y K H S L
Decimal 238 168 41 0 0.29 0.83 0.07 38.68 0.85 0.55
Hex EE A8 29 0 1D 53 7 27 55 37
Octal 356 250 51 0 35 123 7 47 125 67
Binary 11101110 10101000 101001 0 11101 1010011 111 100111 1010101 110111

Color Harmonies of #EEA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA829

Black with #EEA829

Text Example


Text Example

White with #EEA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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