Html Css Color HEX #EEAD2F Lightning Yellow

📋 copy color: '#EEAD2F'

red 238 ◦ green 173 ◦ blue 47

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

Shades of Lightning Yellow #EEAD2F

Tints of Lightning Yellow #EEAD2F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 47 (18.75% from 255) = 10.26%

R = 51.97%
G = 37.77%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEAD2F (or 0xEEAD2F) is known color: Lightning Yellow. HEX triplet: EE, AD and 2F. RGB value is (238,173,47). Sum of RGB (Red+Green+Blue) = 238+173+47=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD2F is #1152D0. Grayscale: #B2B2B2. Windows color (decimal): -1135313 or 3124718. OLE color: 3124718.

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

Color convert

RGB 238 173 47 -
CMYK 0 0.27 0.80 0.07
HSL 39.58º 0.85% 0.56% -
HSV(B) 39.58º 0.8% 0.93% -
XYZ 50.72 48.27 9.33 -
YUV 178.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 238 173 47 0 0.27 0.80 0.07 39.58 0.85 0.56
Hex EE AD 2F 0 1B 50 7 28 55 38
Octal 356 255 57 0 33 120 7 50 125 70
Binary 11101110 10101101 101111 0 11011 1010000 111 101000 1010101 111000

Color Harmonies of #EEAD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD2F

Black with #EEAD2F

Text Example


Text Example

White with #EEAD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD2F; }

 p { color: rgb(238,173,47); }

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

background-color css

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

 a { background-color: rgb(238,173,47); }

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

border-color css

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

 span { border-color: rgb(238,173,47); }

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