Html Css Color HEX #EACB5A Portica

📋 copy color: '#EACB5A'

red 234 ◦ green 203 ◦ blue 90

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

Shades of Portica #EACB5A

Tints of Portica #EACB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 44.4%
G = 38.52%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EACB5A (or 0xEACB5A) is known color: Portica. HEX triplet: EA, CB and 5A. RGB value is (234,203,90). Sum of RGB (Red+Green+Blue) = 234+203+90=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB5A is #1534A5. Grayscale: #C7C7C7. Windows color (decimal): -1389734 or 5950442. OLE color: 5950442.

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

Color convert

RGB 234 203 90 -
CMYK 0 0.13 0.62 0.08
HSL 47.08º 0.77% 0.64% -
HSV(B) 47.08º 0.62% 0.92% -
XYZ 57.13 60.94 18.42 -
YUV 199.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 234 203 90 0 0.13 0.62 0.08 47.08 0.77 0.64
Hex EA CB 5A 0 D 3E 8 2F 4D 40
Octal 352 313 132 0 15 76 10 57 115 100
Binary 11101010 11001011 1011010 0 1101 111110 1000 101111 1001101 1000000

Color Harmonies of #EACB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB5A

Black with #EACB5A

Text Example


Text Example

White with #EACB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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