Html Css Color HEX #E6EA1D Golden Fizz

📋 copy color: '#E6EA1D'

red 230 ◦ green 234 ◦ blue 29

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

Shades of Golden Fizz #E6EA1D

Tints of Golden Fizz #E6EA1D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 29 (11.72% from 255) = 5.88%

R = 46.65%
G = 47.46%
B = 5.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#E6EA1D (or 0xE6EA1D) is known color: Golden Fizz. HEX triplet: E6, EA and 1D. RGB value is (230,234,29). Sum of RGB (Red+Green+Blue) = 230+234+29=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA1D is #1915E2. Grayscale: #D2D2D2. Windows color (decimal): -1644003 or 1960678. OLE color: 1960678.

HSL color Cylindrical-coordinate representation of color #E6EA1D: hue angle of 61.17º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6EA1D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 234 29 -
CMYK 0.02 0 0.88 0.08
HSL 61.17º 0.83% 0.52% -
HSV(B) 61.17º 0.88% 0.92% -
XYZ 62.28 75.76 12.5 -
YUV 209.43 26.17 142.67 -
System Red Green Blue C M Y K H S L
Decimal 230 234 29 0.02 0 0.88 0.08 61.17 0.83 0.52
Hex E6 EA 1D 2 0 58 8 3D 53 34
Octal 346 352 35 2 0 130 10 75 123 64
Binary 11100110 11101010 11101 10 0 1011000 1000 111101 1010011 110100

Color Harmonies of #E6EA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EA1D

Black with #E6EA1D

Text Example


Text Example

White with #E6EA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EA1D; }

 p { color: rgb(230,234,29); }

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

background-color css

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

 a { background-color: rgb(230,234,29); }

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

border-color css

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

 span { border-color: rgb(230,234,29); }

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