Html Css Color HEX #EEA832 Lightning Yellow

📋 copy color: '#EEA832'

red 238 ◦ green 168 ◦ blue 50

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

Shades of Lightning Yellow #EEA832

Tints of Lightning Yellow #EEA832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.96%

R = 52.19%
G = 36.84%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEA832 (or 0xEEA832) is known color: Lightning Yellow. HEX triplet: EE, A8 and 32. RGB value is (238,168,50). Sum of RGB (Red+Green+Blue) = 238+168+50=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA832 is #1157CD. Grayscale: #B0B0B0. Windows color (decimal): -1136590 or 3320046. OLE color: 3320046.

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

Color convert

RGB 238 168 50 -
CMYK 0 0.29 0.79 0.07
HSL 37.66º 0.85% 0.56% -
HSV(B) 37.66º 0.79% 0.93% -
XYZ 49.84 46.41 9.35 -
YUV 175.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 238 168 50 0 0.29 0.79 0.07 37.66 0.85 0.56
Hex EE A8 32 0 1D 4F 7 26 55 38
Octal 356 250 62 0 35 117 7 46 125 70
Binary 11101110 10101000 110010 0 11101 1001111 111 100110 1010101 111000

Color Harmonies of #EEA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA832

Black with #EEA832

Text Example


Text Example

White with #EEA832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA832; }

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

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

background-color css

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

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

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

border-color css

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

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

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