Html Css Color HEX #EAC831 Golden Dream

📋 copy color: '#EAC831'

red 234 ◦ green 200 ◦ blue 49

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

Shades of Golden Dream #EAC831

Tints of Golden Dream #EAC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 48.45%
G = 41.41%
B = 10.14%

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

#EAC831 (or 0xEAC831) is known color: Golden Dream. HEX triplet: EA, C8 and 31. RGB value is (234,200,49). Sum of RGB (Red+Green+Blue) = 234+200+49=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC831 is #1537CE. Grayscale: #C1C1C1. Windows color (decimal): -1390543 or 3262698. OLE color: 3262698.

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

Color convert

RGB 234 200 49 -
CMYK 0 0.15 0.79 0.08
HSL 48.97º 0.81% 0.55% -
HSV(B) 48.97º 0.79% 0.92% -
XYZ 55.14 59.02 11.39 -
YUV 192.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 234 200 49 0 0.15 0.79 0.08 48.97 0.81 0.55
Hex EA C8 31 0 F 4F 8 31 51 37
Octal 352 310 61 0 17 117 10 61 121 67
Binary 11101010 11001000 110001 0 1111 1001111 1000 110001 1010001 110111

Color Harmonies of #EAC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC831

Black with #EAC831

Text Example


Text Example

White with #EAC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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