Html Css Color HEX #EAC92F Golden Dream

📋 copy color: '#EAC92F'

red 234 ◦ green 201 ◦ blue 47

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

Shades of Golden Dream #EAC92F

Tints of Golden Dream #EAC92F

RGB

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

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

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

R = 48.55%
G = 41.7%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EAC92F (or 0xEAC92F) is known color: Golden Dream. HEX triplet: EA, C9 and 2F. RGB value is (234,201,47). Sum of RGB (Red+Green+Blue) = 234+201+47=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC92F is #1536D0. Grayscale: #C1C1C1. Windows color (decimal): -1390289 or 3131882. OLE color: 3131882.

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

Color convert

RGB 234 201 47 -
CMYK 0 0.14 0.80 0.08
HSL 49.41º 0.82% 0.55% -
HSV(B) 49.41º 0.8% 0.92% -
XYZ 55.33 59.47 11.25 -
YUV 193.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 234 201 47 0 0.14 0.80 0.08 49.41 0.82 0.55
Hex EA C9 2F 0 E 50 8 31 52 37
Octal 352 311 57 0 16 120 10 61 122 67
Binary 11101010 11001001 101111 0 1110 1010000 1000 110001 1010010 110111

Color Harmonies of #EAC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC92F

Black with #EAC92F

Text Example


Text Example

White with #EAC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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