Html Css Color HEX #EAC933 Golden Dream

📋 copy color: '#EAC933'

red 234 ◦ green 201 ◦ blue 51

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

Shades of Golden Dream #EAC933

Tints of Golden Dream #EAC933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.49%

R = 48.15%
G = 41.36%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAC933 (or 0xEAC933) is known color: Golden Dream. HEX triplet: EA, C9 and 33. RGB value is (234,201,51). Sum of RGB (Red+Green+Blue) = 234+201+51=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC933 is #1536CC. Grayscale: #C2C2C2. Windows color (decimal): -1390285 or 3394026. OLE color: 3394026.

HSL color Cylindrical-coordinate representation of color #EAC933: hue angle of 49.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAC933 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 51 -
CMYK 0 0.14 0.78 0.08
HSL 49.18º 0.81% 0.56% -
HSV(B) 49.18º 0.78% 0.92% -
XYZ 55.42 59.5 11.7 -
YUV 193.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 234 201 51 0 0.14 0.78 0.08 49.18 0.81 0.56
Hex EA C9 33 0 E 4E 8 31 51 38
Octal 352 311 63 0 16 116 10 61 121 70
Binary 11101010 11001001 110011 0 1110 1001110 1000 110001 1010001 111000

Color Harmonies of #EAC933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC933

Black with #EAC933

Text Example


Text Example

White with #EAC933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC933; }

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

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

background-color css

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

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

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

border-color css

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

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

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