Html Css Color HEX #E4DF2A Golden Fizz

📋 copy color: '#E4DF2A'

red 228 ◦ green 223 ◦ blue 42

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

Shades of Golden Fizz #E4DF2A

Tints of Golden Fizz #E4DF2A

RGB

 RED value IS 228 (89.45% from 255) = 46.25%

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

 BLUE value IS 42 (16.8% from 255) = 8.52%

R = 46.25%
G = 45.23%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4DF2A (or 0xE4DF2A) is known color: Golden Fizz. HEX triplet: E4, DF and 2A. RGB value is (228,223,42). Sum of RGB (Red+Green+Blue) = 228+223+42=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DF2A is #1B20D5. Grayscale: #CCCCCC. Windows color (decimal): -1777878 or 2809828. OLE color: 2809828.

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

Color convert

RGB 228 223 42 -
CMYK 0 0.02 0.82 0.11
HSL 58.39º 0.78% 0.53% -
HSV(B) 58.39º 0.82% 0.89% -
XYZ 58.8 69.44 12.49 -
YUV 203.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 228 223 42 0 0.02 0.82 0.11 58.39 0.78 0.53
Hex E4 DF 2A 0 2 52 B 3A 4E 35
Octal 344 337 52 0 2 122 13 72 116 65
Binary 11100100 11011111 101010 0 10 1010010 1011 111010 1001110 110101

Color Harmonies of #E4DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DF2A

Black with #E4DF2A

Text Example


Text Example

White with #E4DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DF2A; }

 p { color: rgb(228,223,42); }

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

background-color css

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

 a { background-color: rgb(228,223,42); }

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

border-color css

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

 span { border-color: rgb(228,223,42); }

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