Html Css Color HEX #E7DA32 Golden Fizz

📋 copy color: '#E7DA32'

red 231 ◦ green 218 ◦ blue 50

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

Shades of Golden Fizz #E7DA32

Tints of Golden Fizz #E7DA32

RGB

 RED value IS 231 (90.63% from 255) = 46.29%

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

 BLUE value IS 50 (19.92% from 255) = 10.02%

R = 46.29%
G = 43.69%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E7DA32 (or 0xE7DA32) is known color: Golden Fizz. HEX triplet: E7, DA and 32. RGB value is (231,218,50). Sum of RGB (Red+Green+Blue) = 231+218+50=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DA32 is #1825CD. Grayscale: #CBCBCB. Windows color (decimal): -1582542 or 3332839. OLE color: 3332839.

HSL color Cylindrical-coordinate representation of color #E7DA32: hue angle of 55.69º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7DA32 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 218 50 -
CMYK 0 0.06 0.78 0.09
HSL 55.69º 0.79% 0.55% -
HSV(B) 55.69º 0.78% 0.91% -
XYZ 58.6 67.36 12.93 -
YUV 202.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 231 218 50 0 0.06 0.78 0.09 55.69 0.79 0.55
Hex E7 DA 32 0 6 4E 9 38 4F 37
Octal 347 332 62 0 6 116 11 70 117 67
Binary 11100111 11011010 110010 0 110 1001110 1001 111000 1001111 110111

Color Harmonies of #E7DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA32

Black with #E7DA32

Text Example


Text Example

White with #E7DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA32; }

 p { color: rgb(231,218,50); }

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

background-color css

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

 a { background-color: rgb(231,218,50); }

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

border-color css

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

 span { border-color: rgb(231,218,50); }

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