Html Css Color HEX #EACD5D Portica

📋 copy color: '#EACD5D'

red 234 ◦ green 205 ◦ blue 93

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

Shades of Portica #EACD5D

Tints of Portica #EACD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 43.98%
G = 38.53%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EACD5D (or 0xEACD5D) is known color: Portica. HEX triplet: EA, CD and 5D. RGB value is (234,205,93). Sum of RGB (Red+Green+Blue) = 234+205+93=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD5D is #1532A2. Grayscale: #C9C9C9. Windows color (decimal): -1389219 or 6147562. OLE color: 6147562.

HSL color Cylindrical-coordinate representation of color #EACD5D: hue angle of 47.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EACD5D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 93 -
CMYK 0 0.12 0.60 0.08
HSL 47.66º 0.77% 0.64% -
HSV(B) 47.66º 0.6% 0.92% -
XYZ 57.74 61.95 19.27 -
YUV 200.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 234 205 93 0 0.12 0.60 0.08 47.66 0.77 0.64
Hex EA CD 5D 0 C 3C 8 30 4D 40
Octal 352 315 135 0 14 74 10 60 115 100
Binary 11101010 11001101 1011101 0 1100 111100 1000 110000 1001101 1000000

Color Harmonies of #EACD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD5D

Black with #EACD5D

Text Example


Text Example

White with #EACD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD5D; }

 p { color: rgb(234,205,93); }

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

background-color css

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

 a { background-color: rgb(234,205,93); }

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

border-color css

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

 span { border-color: rgb(234,205,93); }

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