Html Css Color HEX #EAC631 Golden Dream

📋 copy color: '#EAC631'

red 234 ◦ green 198 ◦ blue 49

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

Shades of Golden Dream #EAC631

Tints of Golden Dream #EAC631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

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

R = 48.65%
G = 41.16%
B = 10.19%

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

#EAC631 (or 0xEAC631) is known color: Golden Dream. HEX triplet: EA, C6 and 31. RGB value is (234,198,49). Sum of RGB (Red+Green+Blue) = 234+198+49=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC631 is #1539CE. Grayscale: #C0C0C0. Windows color (decimal): -1391055 or 3262186. OLE color: 3262186.

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

Color convert

RGB 234 198 49 -
CMYK 0 0.15 0.79 0.08
HSL 48.32º 0.81% 0.55% -
HSV(B) 48.32º 0.79% 0.92% -
XYZ 54.68 58.1 11.24 -
YUV 191.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 234 198 49 0 0.15 0.79 0.08 48.32 0.81 0.55
Hex EA C6 31 0 F 4F 8 30 51 37
Octal 352 306 61 0 17 117 10 60 121 67
Binary 11101010 11000110 110001 0 1111 1001111 1000 110000 1010001 110111

Color Harmonies of #EAC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC631

Black with #EAC631

Text Example


Text Example

White with #EAC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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