Html Css Color HEX #EAC730 Golden Dream

📋 copy color: '#EAC730'

red 234 ◦ green 199 ◦ blue 48

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

Shades of Golden Dream #EAC730

Tints of Golden Dream #EAC730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 48.65%
G = 41.37%
B = 9.98%

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

#EAC730 (or 0xEAC730) is known color: Golden Dream. HEX triplet: EA, C7 and 30. RGB value is (234,199,48). Sum of RGB (Red+Green+Blue) = 234+199+48=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC730 is #1538CF. Grayscale: #C0C0C0. Windows color (decimal): -1390800 or 3196906. OLE color: 3196906.

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

Color convert

RGB 234 199 48 -
CMYK 0 0.15 0.79 0.08
HSL 48.71º 0.82% 0.55% -
HSV(B) 48.71º 0.79% 0.92% -
XYZ 54.89 58.55 11.21 -
YUV 192.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 234 199 48 0 0.15 0.79 0.08 48.71 0.82 0.55
Hex EA C7 30 0 F 4F 8 31 52 37
Octal 352 307 60 0 17 117 10 61 122 67
Binary 11101010 11000111 110000 0 1111 1001111 1000 110001 1010010 110111

Color Harmonies of #EAC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC730

Black with #EAC730

Text Example


Text Example

White with #EAC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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