Html Css Color HEX #EACB5C Portica

📋 copy color: '#EACB5C'

red 234 ◦ green 203 ◦ blue 92

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

Shades of Portica #EACB5C

Tints of Portica #EACB5C

RGB

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

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

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

R = 44.23%
G = 38.37%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EACB5C (or 0xEACB5C) is known color: Portica. HEX triplet: EA, CB and 5C. RGB value is (234,203,92). Sum of RGB (Red+Green+Blue) = 234+203+92=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB5C is #1534A3. Grayscale: #C8C8C8. Windows color (decimal): -1389732 or 6081514. OLE color: 6081514.

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

Color convert

RGB 234 203 92 -
CMYK 0 0.13 0.61 0.08
HSL 46.9º 0.77% 0.64% -
HSV(B) 46.9º 0.61% 0.92% -
XYZ 57.22 60.98 18.88 -
YUV 199.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 234 203 92 0 0.13 0.61 0.08 46.9 0.77 0.64
Hex EA CB 5C 0 D 3D 8 2F 4D 40
Octal 352 313 134 0 15 75 10 57 115 100
Binary 11101010 11001011 1011100 0 1101 111101 1000 101111 1001101 1000000

Color Harmonies of #EACB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB5C

Black with #EACB5C

Text Example


Text Example

White with #EACB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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