Html Css Color HEX #EAD631 Golden Fizz

📋 copy color: '#EAD631'

red 234 ◦ green 214 ◦ blue 49

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

Shades of Golden Fizz #EAD631

Tints of Golden Fizz #EAD631

RGB

 RED value IS 234 (91.8% from 255) = 47.08%

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 47.08%
G = 43.06%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAD631 (or 0xEAD631) is known color: Golden Fizz. HEX triplet: EA, D6 and 31. RGB value is (234,214,49). Sum of RGB (Red+Green+Blue) = 234+214+49=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD631 is #1529CE. Grayscale: #C9C9C9. Windows color (decimal): -1386959 or 3266282. OLE color: 3266282.

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

Color convert

RGB 234 214 49 -
CMYK 0 0.09 0.79 0.08
HSL 53.51º 0.81% 0.55% -
HSV(B) 53.51º 0.79% 0.92% -
XYZ 58.53 65.81 12.52 -
YUV 201.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 234 214 49 0 0.09 0.79 0.08 53.51 0.81 0.55
Hex EA D6 31 0 9 4F 8 36 51 37
Octal 352 326 61 0 11 117 10 66 121 67
Binary 11101010 11010110 110001 0 1001 1001111 1000 110110 1010001 110111

Color Harmonies of #EAD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD631

Black with #EAD631

Text Example


Text Example

White with #EAD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD631; }

 p { color: rgb(234,214,49); }

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

background-color css

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

 a { background-color: rgb(234,214,49); }

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

border-color css

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

 span { border-color: rgb(234,214,49); }

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