Html Css Color HEX #EAC733 Golden Dream

📋 copy color: '#EAC733'

red 234 ◦ green 199 ◦ blue 51

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

Shades of Golden Dream #EAC733

Tints of Golden Dream #EAC733

RGB

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

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

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

R = 48.35%
G = 41.12%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAC733 (or 0xEAC733) is known color: Golden Dream. HEX triplet: EA, C7 and 33. RGB value is (234,199,51). Sum of RGB (Red+Green+Blue) = 234+199+51=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC733 is #1538CC. Grayscale: #C1C1C1. Windows color (decimal): -1390797 or 3393514. OLE color: 3393514.

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

Color convert

RGB 234 199 51 -
CMYK 0 0.15 0.78 0.08
HSL 48.52º 0.81% 0.56% -
HSV(B) 48.52º 0.78% 0.92% -
XYZ 54.95 58.58 11.54 -
YUV 192.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 234 199 51 0 0.15 0.78 0.08 48.52 0.81 0.56
Hex EA C7 33 0 F 4E 8 31 51 38
Octal 352 307 63 0 17 116 10 61 121 70
Binary 11101010 11000111 110011 0 1111 1001110 1000 110001 1010001 111000

Color Harmonies of #EAC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC733

Black with #EAC733

Text Example


Text Example

White with #EAC733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC733; }

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

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

background-color css

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

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

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

border-color css

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

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

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