Html Css Color HEX #EEA525 Lightning Yellow

📋 copy color: '#EEA525'

red 238 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #EEA525

Tints of Lightning Yellow #EEA525

RGB

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

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

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

R = 54.09%
G = 37.5%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEA525 (or 0xEEA525) is known color: Lightning Yellow. HEX triplet: EE, A5 and 25. RGB value is (238,165,37). Sum of RGB (Red+Green+Blue) = 238+165+37=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA525 is #115ADA. Grayscale: #ACACAC. Windows color (decimal): -1137371 or 2467310. OLE color: 2467310.

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

Color convert

RGB 238 165 37 -
CMYK 0 0.31 0.84 0.07
HSL 38.21º 0.86% 0.54% -
HSV(B) 38.21º 0.84% 0.93% -
XYZ 49.05 45.22 7.89 -
YUV 172.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 238 165 37 0 0.31 0.84 0.07 38.21 0.86 0.54
Hex EE A5 25 0 1F 54 7 26 56 36
Octal 356 245 45 0 37 124 7 46 126 66
Binary 11101110 10100101 100101 0 11111 1010100 111 100110 1010110 110110

Color Harmonies of #EEA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA525

Black with #EEA525

Text Example


Text Example

White with #EEA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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