Html Css Color HEX #E0DA2B Golden Fizz

📋 copy color: '#E0DA2B'

red 224 ◦ green 218 ◦ blue 43

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

Shades of Golden Fizz #E0DA2B

Tints of Golden Fizz #E0DA2B

RGB

 RED value IS 224 (87.89% from 255) = 46.19%

 GREEN value IS 218 (85.55% from 255) = 44.95%

 BLUE value IS 43 (17.19% from 255) = 8.87%

R = 46.19%
G = 44.95%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0DA2B (or 0xE0DA2B) is known color: Golden Fizz. HEX triplet: E0, DA and 2B. RGB value is (224,218,43). Sum of RGB (Red+Green+Blue) = 224+218+43=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DA2B is #1F25D4. Grayscale: #C8C8C8. Windows color (decimal): -2041301 or 2874080. OLE color: 2874080.

HSL color Cylindrical-coordinate representation of color #E0DA2B: hue angle of 58.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0DA2B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 43 -
CMYK 0 0.03 0.81 0.12
HSL 58.01º 0.74% 0.52% -
HSV(B) 58.01º 0.81% 0.88% -
XYZ 56.25 66.16 12.09 -
YUV 199.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 224 218 43 0 0.03 0.81 0.12 58.01 0.74 0.52
Hex E0 DA 2B 0 3 51 C 3A 4A 34
Octal 340 332 53 0 3 121 14 72 112 64
Binary 11100000 11011010 101011 0 11 1010001 1100 111010 1001010 110100

Color Harmonies of #E0DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA2B

Black with #E0DA2B

Text Example


Text Example

White with #E0DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA2B; }

 p { color: rgb(224,218,43); }

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

background-color css

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

 a { background-color: rgb(224,218,43); }

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

border-color css

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

 span { border-color: rgb(224,218,43); }

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