Html Css Color HEX #E6DA25 Golden Fizz

📋 copy color: '#E6DA25'

red 230 ◦ green 218 ◦ blue 37

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

Shades of Golden Fizz #E6DA25

Tints of Golden Fizz #E6DA25

RGB

 RED value IS 230 (90.23% from 255) = 47.42%

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

 BLUE value IS 37 (14.84% from 255) = 7.63%

R = 47.42%
G = 44.95%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6DA25 (or 0xE6DA25) is known color: Golden Fizz. HEX triplet: E6, DA and 25. RGB value is (230,218,37). Sum of RGB (Red+Green+Blue) = 230+218+37=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DA25 is #1925DA. Grayscale: #C9C9C9. Windows color (decimal): -1648091 or 2480870. OLE color: 2480870.

HSL color Cylindrical-coordinate representation of color #E6DA25: hue angle of 56.27º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6DA25 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 37 -
CMYK 0 0.05 0.84 0.10
HSL 56.27º 0.79% 0.52% -
HSV(B) 56.27º 0.84% 0.9% -
XYZ 58.04 67.1 11.64 -
YUV 200.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 230 218 37 0 0.05 0.84 0.10 56.27 0.79 0.52
Hex E6 DA 25 0 5 54 A 38 4F 34
Octal 346 332 45 0 5 124 12 70 117 64
Binary 11100110 11011010 100101 0 101 1010100 1010 111000 1001111 110100

Color Harmonies of #E6DA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA25

Black with #E6DA25

Text Example


Text Example

White with #E6DA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA25; }

 p { color: rgb(230,218,37); }

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

background-color css

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

 a { background-color: rgb(230,218,37); }

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

border-color css

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

 span { border-color: rgb(230,218,37); }

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