Html Css Color HEX #EAC731 Golden Dream

📋 copy color: '#EAC731'

red 234 ◦ green 199 ◦ blue 49

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

Shades of Golden Dream #EAC731

Tints of Golden Dream #EAC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 48.55%
G = 41.29%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAC731 (or 0xEAC731) is known color: Golden Dream. HEX triplet: EA, C7 and 31. RGB value is (234,199,49). Sum of RGB (Red+Green+Blue) = 234+199+49=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC731 is #1538CE. Grayscale: #C1C1C1. Windows color (decimal): -1390799 or 3262442. OLE color: 3262442.

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

Color convert

RGB 234 199 49 -
CMYK 0 0.15 0.79 0.08
HSL 48.65º 0.81% 0.55% -
HSV(B) 48.65º 0.79% 0.92% -
XYZ 54.91 58.56 11.32 -
YUV 192.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 234 199 49 0 0.15 0.79 0.08 48.65 0.81 0.55
Hex EA C7 31 0 F 4F 8 31 51 37
Octal 352 307 61 0 17 117 10 61 121 67
Binary 11101010 11000111 110001 0 1111 1001111 1000 110001 1010001 110111

Color Harmonies of #EAC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC731

Black with #EAC731

Text Example


Text Example

White with #EAC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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