Html Css Color HEX #EACA31 Golden Dream

📋 copy color: '#EACA31'

red 234 ◦ green 202 ◦ blue 49

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

Shades of Golden Dream #EACA31

Tints of Golden Dream #EACA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 48.25%
G = 41.65%
B = 10.1%

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

#EACA31 (or 0xEACA31) is known color: Golden Dream. HEX triplet: EA, CA and 31. RGB value is (234,202,49). Sum of RGB (Red+Green+Blue) = 234+202+49=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA31 is #1535CE. Grayscale: #C2C2C2. Windows color (decimal): -1390031 or 3263210. OLE color: 3263210.

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

Color convert

RGB 234 202 49 -
CMYK 0 0.14 0.79 0.08
HSL 49.62º 0.81% 0.55% -
HSV(B) 49.62º 0.79% 0.92% -
XYZ 55.61 59.96 11.55 -
YUV 194.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 202 49 0 0.14 0.79 0.08 49.62 0.81 0.55
Hex EA CA 31 0 E 4F 8 32 51 37
Octal 352 312 61 0 16 117 10 62 121 67
Binary 11101010 11001010 110001 0 1110 1001111 1000 110010 1010001 110111

Color Harmonies of #EACA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA31

Black with #EACA31

Text Example


Text Example

White with #EACA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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