Html Css Color HEX #E2DD27 Golden Fizz

📋 copy color: '#E2DD27'

red 226 ◦ green 221 ◦ blue 39

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

Shades of Golden Fizz #E2DD27

Tints of Golden Fizz #E2DD27

RGB

 RED value IS 226 (88.67% from 255) = 46.5%

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 39 (15.63% from 255) = 8.02%

R = 46.5%
G = 45.47%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2DD27 (or 0xE2DD27) is known color: Golden Fizz. HEX triplet: E2, DD and 27. RGB value is (226,221,39). Sum of RGB (Red+Green+Blue) = 226+221+39=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD27 is #1D22D8. Grayscale: #CACACA. Windows color (decimal): -1909465 or 2612706. OLE color: 2612706.

HSL color Cylindrical-coordinate representation of color #E2DD27: hue angle of 58.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2DD27 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 39 -
CMYK 0 0.02 0.83 0.11
HSL 58.4º 0.76% 0.52% -
HSV(B) 58.4º 0.83% 0.89% -
XYZ 57.59 68.03 12.02 -
YUV 201.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 226 221 39 0 0.02 0.83 0.11 58.4 0.76 0.52
Hex E2 DD 27 0 2 53 B 3A 4C 34
Octal 342 335 47 0 2 123 13 72 114 64
Binary 11100010 11011101 100111 0 10 1010011 1011 111010 1001100 110100

Color Harmonies of #E2DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD27

Black with #E2DD27

Text Example


Text Example

White with #E2DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD27; }

 p { color: rgb(226,221,39); }

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

background-color css

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

 a { background-color: rgb(226,221,39); }

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

border-color css

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

 span { border-color: rgb(226,221,39); }

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