Html Css Color HEX #EAC931 Golden Dream

📋 copy color: '#EAC931'

red 234 ◦ green 201 ◦ blue 49

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

Shades of Golden Dream #EAC931

Tints of Golden Dream #EAC931

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

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

R = 48.35%
G = 41.53%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAC931 (or 0xEAC931) is known color: Golden Dream. HEX triplet: EA, C9 and 31. RGB value is (234,201,49). Sum of RGB (Red+Green+Blue) = 234+201+49=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC931 is #1536CE. Grayscale: #C2C2C2. Windows color (decimal): -1390287 or 3262954. OLE color: 3262954.

HSL color Cylindrical-coordinate representation of color #EAC931: hue angle of 49.3º 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 #EAC931 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 49 -
CMYK 0 0.14 0.79 0.08
HSL 49.3º 0.81% 0.55% -
HSV(B) 49.3º 0.79% 0.92% -
XYZ 55.37 59.49 11.47 -
YUV 193.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 234 201 49 0 0.14 0.79 0.08 49.3 0.81 0.55
Hex EA C9 31 0 E 4F 8 31 51 37
Octal 352 311 61 0 16 117 10 61 121 67
Binary 11101010 11001001 110001 0 1110 1001111 1000 110001 1010001 110111

Color Harmonies of #EAC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC931

Black with #EAC931

Text Example


Text Example

White with #EAC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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