Html Css Color HEX #EEA328 Lightning Yellow

📋 copy color: '#EEA328'

red 238 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #EEA328

Tints of Lightning Yellow #EEA328

RGB

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

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

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

R = 53.97%
G = 36.96%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEA328 (or 0xEEA328) is known color: Lightning Yellow. HEX triplet: EE, A3 and 28. RGB value is (238,163,40). Sum of RGB (Red+Green+Blue) = 238+163+40=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA328 is #115CD7. Grayscale: #ABABAB. Windows color (decimal): -1137880 or 2663406. OLE color: 2663406.

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

Color convert

RGB 238 163 40 -
CMYK 0 0.32 0.83 0.07
HSL 37.27º 0.85% 0.55% -
HSV(B) 37.27º 0.83% 0.93% -
XYZ 48.74 44.52 8.03 -
YUV 171.4 53.85 175.5 -
System Red Green Blue C M Y K H S L
Decimal 238 163 40 0 0.32 0.83 0.07 37.27 0.85 0.55
Hex EE A3 28 0 20 53 7 25 55 37
Octal 356 243 50 0 40 123 7 45 125 67
Binary 11101110 10100011 101000 0 100000 1010011 111 100101 1010101 110111

Color Harmonies of #EEA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA328

Black with #EEA328

Text Example


Text Example

White with #EEA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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