Html Css Color HEX #EACD57 Portica

📋 copy color: '#EACD57'

red 234 ◦ green 205 ◦ blue 87

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

Shades of Portica #EACD57

Tints of Portica #EACD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.54%

R = 44.49%
G = 38.97%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EACD57 (or 0xEACD57) is known color: Portica. HEX triplet: EA, CD and 57. RGB value is (234,205,87). Sum of RGB (Red+Green+Blue) = 234+205+87=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD57 is #1532A8. Grayscale: #C8C8C8. Windows color (decimal): -1389225 or 5754346. OLE color: 5754346.

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

Color convert

RGB 234 205 87 -
CMYK 0 0.12 0.63 0.08
HSL 48.16º 0.78% 0.63% -
HSV(B) 48.16º 0.63% 0.92% -
XYZ 57.48 61.84 17.92 -
YUV 200.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 234 205 87 0 0.12 0.63 0.08 48.16 0.78 0.63
Hex EA CD 57 0 C 3F 8 30 4E 3F
Octal 352 315 127 0 14 77 10 60 116 77
Binary 11101010 11001101 1010111 0 1100 111111 1000 110000 1001110 111111

Color Harmonies of #EACD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD57

Black with #EACD57

Text Example


Text Example

White with #EACD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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