Html Css Color HEX #EEE328 Golden Fizz

📋 copy color: '#EEE328'

red 238 ◦ green 227 ◦ blue 40

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

Shades of Golden Fizz #EEE328

Tints of Golden Fizz #EEE328

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

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

R = 47.13%
G = 44.95%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEE328 (or 0xEEE328) is known color: Golden Fizz. HEX triplet: EE, E3 and 28. RGB value is (238,227,40). Sum of RGB (Red+Green+Blue) = 238+227+40=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE328 is #111CD7. Grayscale: #D1D1D1. Windows color (decimal): -1121496 or 2679790. OLE color: 2679790.

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

Color convert

RGB 238 227 40 -
CMYK 0 0.05 0.83 0.07
HSL 56.67º 0.85% 0.55% -
HSV(B) 56.67º 0.83% 0.93% -
XYZ 63.11 73.27 12.82 -
YUV 208.97 32.64 148.71 -
System Red Green Blue C M Y K H S L
Decimal 238 227 40 0 0.05 0.83 0.07 56.67 0.85 0.55
Hex EE E3 28 0 5 53 7 39 55 37
Octal 356 343 50 0 5 123 7 71 125 67
Binary 11101110 11100011 101000 0 101 1010011 111 111001 1010101 110111

Color Harmonies of #EEE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE328

Black with #EEE328

Text Example


Text Example

White with #EEE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE328; }

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

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

background-color css

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

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

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

border-color css

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

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

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