Html Css Color HEX #EACD5C Portica

📋 copy color: '#EACD5C'

red 234 ◦ green 205 ◦ blue 92

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

Shades of Portica #EACD5C

Tints of Portica #EACD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 44.07%
G = 38.61%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EACD5C (or 0xEACD5C) is known color: Portica. HEX triplet: EA, CD and 5C. RGB value is (234,205,92). Sum of RGB (Red+Green+Blue) = 234+205+92=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD5C is #1532A3. Grayscale: #C9C9C9. Windows color (decimal): -1389220 or 6082026. OLE color: 6082026.

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

Color convert

RGB 234 205 92 -
CMYK 0 0.12 0.61 0.08
HSL 47.75º 0.77% 0.64% -
HSV(B) 47.75º 0.61% 0.92% -
XYZ 57.69 61.93 19.04 -
YUV 200.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 234 205 92 0 0.12 0.61 0.08 47.75 0.77 0.64
Hex EA CD 5C 0 C 3D 8 30 4D 40
Octal 352 315 134 0 14 75 10 60 115 100
Binary 11101010 11001101 1011100 0 1100 111101 1000 110000 1001101 1000000

Color Harmonies of #EACD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD5C

Black with #EACD5C

Text Example


Text Example

White with #EACD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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