Html Css Color HEX #EEA728 Lightning Yellow

📋 copy color: '#EEA728'

red 238 ◦ green 167 ◦ blue 40

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

Shades of Lightning Yellow #EEA728

Tints of Lightning Yellow #EEA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 53.48%
G = 37.53%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEA728 (or 0xEEA728) is known color: Lightning Yellow. HEX triplet: EE, A7 and 28. RGB value is (238,167,40). Sum of RGB (Red+Green+Blue) = 238+167+40=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA728 is #1158D7. Grayscale: #AEAEAE. Windows color (decimal): -1136856 or 2664430. OLE color: 2664430.

HSL color Cylindrical-coordinate representation of color #EEA728: hue angle of 38.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEA728 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 167 40 -
CMYK 0 0.30 0.83 0.07
HSL 38.48º 0.85% 0.55% -
HSV(B) 38.48º 0.83% 0.93% -
XYZ 49.46 45.97 8.27 -
YUV 173.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 238 167 40 0 0.30 0.83 0.07 38.48 0.85 0.55
Hex EE A7 28 0 1E 53 7 26 55 37
Octal 356 247 50 0 36 123 7 46 125 67
Binary 11101110 10100111 101000 0 11110 1010011 111 100110 1010101 110111

Color Harmonies of #EEA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA728

Black with #EEA728

Text Example


Text Example

White with #EEA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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