Html Css Color HEX #EEA52F Lightning Yellow

📋 copy color: '#EEA52F'

red 238 ◦ green 165 ◦ blue 47

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

Shades of Lightning Yellow #EEA52F

Tints of Lightning Yellow #EEA52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 52.89%
G = 36.67%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA52F (or 0xEEA52F) is known color: Lightning Yellow. HEX triplet: EE, A5 and 2F. RGB value is (238,165,47). Sum of RGB (Red+Green+Blue) = 238+165+47=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA52F is #115AD0. Grayscale: #ADADAD. Windows color (decimal): -1137361 or 3122670. OLE color: 3122670.

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

Color convert

RGB 238 165 47 -
CMYK 0 0.31 0.80 0.07
HSL 37.07º 0.85% 0.56% -
HSV(B) 37.07º 0.8% 0.93% -
XYZ 49.23 45.29 8.84 -
YUV 173.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 238 165 47 0 0.31 0.80 0.07 37.07 0.85 0.56
Hex EE A5 2F 0 1F 50 7 25 55 38
Octal 356 245 57 0 37 120 7 45 125 70
Binary 11101110 10100101 101111 0 11111 1010000 111 100101 1010101 111000

Color Harmonies of #EEA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA52F

Black with #EEA52F

Text Example


Text Example

White with #EEA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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