Html Css Color HEX #EAC830 Golden Dream

📋 copy color: '#EAC830'

red 234 ◦ green 200 ◦ blue 48

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

Shades of Golden Dream #EAC830

Tints of Golden Dream #EAC830

RGB

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

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

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

R = 48.55%
G = 41.49%
B = 9.96%

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

#EAC830 (or 0xEAC830) is known color: Golden Dream. HEX triplet: EA, C8 and 30. RGB value is (234,200,48). Sum of RGB (Red+Green+Blue) = 234+200+48=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC830 is #1537CF. Grayscale: #C1C1C1. Windows color (decimal): -1390544 or 3197162. OLE color: 3197162.

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

Color convert

RGB 234 200 48 -
CMYK 0 0.15 0.79 0.08
HSL 49.03º 0.82% 0.55% -
HSV(B) 49.03º 0.79% 0.92% -
XYZ 55.12 59.01 11.28 -
YUV 192.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 234 200 48 0 0.15 0.79 0.08 49.03 0.82 0.55
Hex EA C8 30 0 F 4F 8 31 52 37
Octal 352 310 60 0 17 117 10 61 122 67
Binary 11101010 11001000 110000 0 1111 1001111 1000 110001 1010010 110111

Color Harmonies of #EAC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC830

Black with #EAC830

Text Example


Text Example

White with #EAC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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