Html Css Color HEX #EAC930 Golden Dream

📋 copy color: '#EAC930'

red 234 ◦ green 201 ◦ blue 48

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

Shades of Golden Dream #EAC930

Tints of Golden Dream #EAC930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

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

R = 48.45%
G = 41.61%
B = 9.94%

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

#EAC930 (or 0xEAC930) is known color: Golden Dream. HEX triplet: EA, C9 and 30. RGB value is (234,201,48). Sum of RGB (Red+Green+Blue) = 234+201+48=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC930 is #1536CF. Grayscale: #C2C2C2. Windows color (decimal): -1390288 or 3197418. OLE color: 3197418.

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

Color convert

RGB 234 201 48 -
CMYK 0 0.14 0.79 0.08
HSL 49.35º 0.82% 0.55% -
HSV(B) 49.35º 0.79% 0.92% -
XYZ 55.35 59.48 11.36 -
YUV 193.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 234 201 48 0 0.14 0.79 0.08 49.35 0.82 0.55
Hex EA C9 30 0 E 4F 8 31 52 37
Octal 352 311 60 0 16 117 10 61 122 67
Binary 11101010 11001001 110000 0 1110 1001111 1000 110001 1010010 110111

Color Harmonies of #EAC930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC930

Black with #EAC930

Text Example


Text Example

White with #EAC930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC930; }

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

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

background-color css

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

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

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

border-color css

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

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

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