Html Css Color HEX #E7DA2E Golden Fizz

📋 copy color: '#E7DA2E'

red 231 ◦ green 218 ◦ blue 46

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

Shades of Golden Fizz #E7DA2E

Tints of Golden Fizz #E7DA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 46.67%
G = 44.04%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7DA2E (or 0xE7DA2E) is known color: Golden Fizz. HEX triplet: E7, DA and 2E. RGB value is (231,218,46). Sum of RGB (Red+Green+Blue) = 231+218+46=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DA2E is #1825D1. Grayscale: #CACACA. Windows color (decimal): -1582546 or 3070695. OLE color: 3070695.

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

Color convert

RGB 231 218 46 -
CMYK 0 0.06 0.80 0.09
HSL 55.78º 0.79% 0.54% -
HSV(B) 55.78º 0.8% 0.91% -
XYZ 58.52 67.33 12.5 -
YUV 202.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 231 218 46 0 0.06 0.80 0.09 55.78 0.79 0.54
Hex E7 DA 2E 0 6 50 9 38 4F 36
Octal 347 332 56 0 6 120 11 70 117 66
Binary 11100111 11011010 101110 0 110 1010000 1001 111000 1001111 110110

Color Harmonies of #E7DA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA2E

Black with #E7DA2E

Text Example


Text Example

White with #E7DA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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