Html Css Color HEX #EAC62F Golden Dream

📋 copy color: '#EAC62F'

red 234 ◦ green 198 ◦ blue 47

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

Shades of Golden Dream #EAC62F

Tints of Golden Dream #EAC62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.81%

R = 48.85%
G = 41.34%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EAC62F (or 0xEAC62F) is known color: Golden Dream. HEX triplet: EA, C6 and 2F. RGB value is (234,198,47). Sum of RGB (Red+Green+Blue) = 234+198+47=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC62F is #1539D0. Grayscale: #C0C0C0. Windows color (decimal): -1391057 or 3131114. OLE color: 3131114.

HSL color Cylindrical-coordinate representation of color #EAC62F: hue angle of 48.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAC62F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 47 -
CMYK 0 0.15 0.80 0.08
HSL 48.45º 0.82% 0.55% -
HSV(B) 48.45º 0.8% 0.92% -
XYZ 54.64 58.09 11.02 -
YUV 191.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 234 198 47 0 0.15 0.80 0.08 48.45 0.82 0.55
Hex EA C6 2F 0 F 50 8 30 52 37
Octal 352 306 57 0 17 120 10 60 122 67
Binary 11101010 11000110 101111 0 1111 1010000 1000 110000 1010010 110111

Color Harmonies of #EAC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC62F

Black with #EAC62F

Text Example


Text Example

White with #EAC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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