Html Css Color HEX #EAC752 Cream Can

📋 copy color: '#EAC752'

red 234 ◦ green 199 ◦ blue 82

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

Shades of Cream Can #EAC752

Tints of Cream Can #EAC752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.92%

R = 45.44%
G = 38.64%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAC752 (or 0xEAC752) is known color: Cream Can. HEX triplet: EA, C7 and 52. RGB value is (234,199,82). Sum of RGB (Red+Green+Blue) = 234+199+82=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC752 is #1538AD. Grayscale: #C4C4C4. Windows color (decimal): -1390766 or 5425130. OLE color: 5425130.

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

Color convert

RGB 234 199 82 -
CMYK 0 0.15 0.65 0.08
HSL 46.18º 0.78% 0.62% -
HSV(B) 46.18º 0.65% 0.92% -
XYZ 55.88 58.95 16.42 -
YUV 196.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 234 199 82 0 0.15 0.65 0.08 46.18 0.78 0.62
Hex EA C7 52 0 F 41 8 2E 4E 3E
Octal 352 307 122 0 17 101 10 56 116 76
Binary 11101010 11000111 1010010 0 1111 1000001 1000 101110 1001110 111110

Color Harmonies of #EAC752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC752

Black with #EAC752

Text Example


Text Example

White with #EAC752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC752; }

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

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

background-color css

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

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

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

border-color css

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

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

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