Html Css Color HEX #EACB57 Portica

📋 copy color: '#EACB57'

red 234 ◦ green 203 ◦ blue 87

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

Shades of Portica #EACB57

Tints of Portica #EACB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

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

R = 44.66%
G = 38.74%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EACB57 (or 0xEACB57) is known color: Portica. HEX triplet: EA, CB and 57. RGB value is (234,203,87). Sum of RGB (Red+Green+Blue) = 234+203+87=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB57 is #1534A8. Grayscale: #C7C7C7. Windows color (decimal): -1389737 or 5753834. OLE color: 5753834.

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

Color convert

RGB 234 203 87 -
CMYK 0 0.13 0.63 0.08
HSL 47.35º 0.78% 0.63% -
HSV(B) 47.35º 0.63% 0.92% -
XYZ 57.01 60.89 17.77 -
YUV 199.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 234 203 87 0 0.13 0.63 0.08 47.35 0.78 0.63
Hex EA CB 57 0 D 3F 8 2F 4E 3F
Octal 352 313 127 0 15 77 10 57 116 77
Binary 11101010 11001011 1010111 0 1101 111111 1000 101111 1001110 111111

Color Harmonies of #EACB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB57

Black with #EACB57

Text Example


Text Example

White with #EACB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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