Html Css Color HEX #E3DF2F Golden Fizz

📋 copy color: '#E3DF2F'

red 227 ◦ green 223 ◦ blue 47

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

Shades of Golden Fizz #E3DF2F

Tints of Golden Fizz #E3DF2F

RGB

 RED value IS 227 (89.06% from 255) = 45.67%

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

 BLUE value IS 47 (18.75% from 255) = 9.46%

R = 45.67%
G = 44.87%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3DF2F (or 0xE3DF2F) is known color: Golden Fizz. HEX triplet: E3, DF and 2F. RGB value is (227,223,47). Sum of RGB (Red+Green+Blue) = 227+223+47=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF2F is #1C20D0. Grayscale: #CCCCCC. Windows color (decimal): -1843409 or 3137507. OLE color: 3137507.

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

Color convert

RGB 227 223 47 -
CMYK 0 0.02 0.79 0.11
HSL 58.67º 0.76% 0.54% -
HSV(B) 58.67º 0.79% 0.89% -
XYZ 58.58 69.31 12.98 -
YUV 204.13 39.33 144.31 -
System Red Green Blue C M Y K H S L
Decimal 227 223 47 0 0.02 0.79 0.11 58.67 0.76 0.54
Hex E3 DF 2F 0 2 4F B 3B 4C 36
Octal 343 337 57 0 2 117 13 73 114 66
Binary 11100011 11011111 101111 0 10 1001111 1011 111011 1001100 110110

Color Harmonies of #E3DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DF2F

Black with #E3DF2F

Text Example


Text Example

White with #E3DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DF2F; }

 p { color: rgb(227,223,47); }

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

background-color css

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

 a { background-color: rgb(227,223,47); }

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

border-color css

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

 span { border-color: rgb(227,223,47); }

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