Html Css Color HEX #EEA72F Lightning Yellow

📋 copy color: '#EEA72F'

red 238 ◦ green 167 ◦ blue 47

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

Shades of Lightning Yellow #EEA72F

Tints of Lightning Yellow #EEA72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

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

R = 52.65%
G = 36.95%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA72F (or 0xEEA72F) is known color: Lightning Yellow. HEX triplet: EE, A7 and 2F. RGB value is (238,167,47). Sum of RGB (Red+Green+Blue) = 238+167+47=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA72F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA72F is #1158D0. Grayscale: #AFAFAF. Windows color (decimal): -1136849 or 3123182. OLE color: 3123182.

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

Color convert

RGB 238 167 47 -
CMYK 0 0.30 0.80 0.07
HSL 37.7º 0.85% 0.56% -
HSV(B) 37.7º 0.8% 0.93% -
XYZ 49.59 46.02 8.96 -
YUV 174.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 238 167 47 0 0.30 0.80 0.07 37.7 0.85 0.56
Hex EE A7 2F 0 1E 50 7 26 55 38
Octal 356 247 57 0 36 120 7 46 125 70
Binary 11101110 10100111 101111 0 11110 1010000 111 100110 1010101 111000

Color Harmonies of #EEA72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA72F

Black with #EEA72F

Text Example


Text Example

White with #EEA72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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