Html Css Color HEX #E3DF2D Golden Fizz

📋 copy color: '#E3DF2D'

red 227 ◦ green 223 ◦ blue 45

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

Shades of Golden Fizz #E3DF2D

Tints of Golden Fizz #E3DF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 45.86%
G = 45.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3DF2D (or 0xE3DF2D) is known color: Golden Fizz. HEX triplet: E3, DF and 2D. RGB value is (227,223,45). Sum of RGB (Red+Green+Blue) = 227+223+45=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF2D is #1C20D2. Grayscale: #CCCCCC. Windows color (decimal): -1843411 or 3006435. OLE color: 3006435.

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

Color convert

RGB 227 223 45 -
CMYK 0 0.02 0.80 0.11
HSL 58.68º 0.76% 0.53% -
HSV(B) 58.68º 0.8% 0.89% -
XYZ 58.54 69.3 12.77 -
YUV 203.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 227 223 45 0 0.02 0.80 0.11 58.68 0.76 0.53
Hex E3 DF 2D 0 2 50 B 3B 4C 35
Octal 343 337 55 0 2 120 13 73 114 65
Binary 11100011 11011111 101101 0 10 1010000 1011 111011 1001100 110101

Color Harmonies of #E3DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DF2D

Black with #E3DF2D

Text Example


Text Example

White with #E3DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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