Html Css Color HEX #E2DF27 Golden Fizz

📋 copy color: '#E2DF27'

red 226 ◦ green 223 ◦ blue 39

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

Shades of Golden Fizz #E2DF27

Tints of Golden Fizz #E2DF27

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

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

R = 46.31%
G = 45.7%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2DF27 (or 0xE2DF27) is known color: Golden Fizz. HEX triplet: E2, DF and 27. RGB value is (226,223,39). Sum of RGB (Red+Green+Blue) = 226+223+39=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF27 is #1D20D8. Grayscale: #CBCBCB. Windows color (decimal): -1908953 or 2613218. OLE color: 2613218.

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

Color convert

RGB 226 223 39 -
CMYK 0 0.01 0.83 0.11
HSL 59.04º 0.76% 0.52% -
HSV(B) 59.04º 0.83% 0.89% -
XYZ 58.12 69.09 12.19 -
YUV 202.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 226 223 39 0 0.01 0.83 0.11 59.04 0.76 0.52
Hex E2 DF 27 0 1 53 B 3B 4C 34
Octal 342 337 47 0 1 123 13 73 114 64
Binary 11100010 11011111 100111 0 1 1010011 1011 111011 1001100 110100

Color Harmonies of #E2DF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF27

Black with #E2DF27

Text Example


Text Example

White with #E2DF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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