Html Css Color HEX #EEA325 Lightning Yellow

📋 copy color: '#EEA325'

red 238 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #EEA325

Tints of Lightning Yellow #EEA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 37 (14.84% from 255) = 8.45%

R = 54.34%
G = 37.21%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEA325 (or 0xEEA325) is known color: Lightning Yellow. HEX triplet: EE, A3 and 25. RGB value is (238,163,37). Sum of RGB (Red+Green+Blue) = 238+163+37=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA325 is #115CDA. Grayscale: #ABABAB. Windows color (decimal): -1137883 or 2466798. OLE color: 2466798.

HSL color Cylindrical-coordinate representation of color #EEA325: hue angle of 37.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEA325 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 163 37 -
CMYK 0 0.32 0.84 0.07
HSL 37.61º 0.86% 0.54% -
HSV(B) 37.61º 0.84% 0.93% -
XYZ 48.69 44.51 7.77 -
YUV 171.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 238 163 37 0 0.32 0.84 0.07 37.61 0.86 0.54
Hex EE A3 25 0 20 54 7 26 56 36
Octal 356 243 45 0 40 124 7 46 126 66
Binary 11101110 10100011 100101 0 100000 1010100 111 100110 1010110 110110

Color Harmonies of #EEA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA325

Black with #EEA325

Text Example


Text Example

White with #EEA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA325; }

 p { color: rgb(238,163,37); }

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

background-color css

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

 a { background-color: rgb(238,163,37); }

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

border-color css

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

 span { border-color: rgb(238,163,37); }

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