Html Css Color HEX #E6E325 Golden Fizz

📋 copy color: '#E6E325'

red 230 ◦ green 227 ◦ blue 37

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

Shades of Golden Fizz #E6E325

Tints of Golden Fizz #E6E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 46.56%
G = 45.95%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6E325 (or 0xE6E325) is known color: Golden Fizz. HEX triplet: E6, E3 and 25. RGB value is (230,227,37). Sum of RGB (Red+Green+Blue) = 230+227+37=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E325 is #191CDA. Grayscale: #CFCFCF. Windows color (decimal): -1645787 or 2483174. OLE color: 2483174.

HSL color Cylindrical-coordinate representation of color #E6E325: hue angle of 59.07º 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 #E6E325 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 227 37 -
CMYK 0 0.01 0.84 0.10
HSL 59.07º 0.79% 0.52% -
HSV(B) 59.07º 0.84% 0.9% -
XYZ 60.44 71.89 12.44 -
YUV 206.24 32.49 144.95 -
System Red Green Blue C M Y K H S L
Decimal 230 227 37 0 0.01 0.84 0.10 59.07 0.79 0.52
Hex E6 E3 25 0 1 54 A 3B 4F 34
Octal 346 343 45 0 1 124 12 73 117 64
Binary 11100110 11100011 100101 0 1 1010100 1010 111011 1001111 110100

Color Harmonies of #E6E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E325

Black with #E6E325

Text Example


Text Example

White with #E6E325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E325; }

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

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

background-color css

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

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

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

border-color css

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

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

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