Html Css Color HEX #EACC5A Portica

📋 copy color: '#EACC5A'

red 234 ◦ green 204 ◦ blue 90

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

Shades of Portica #EACC5A

Tints of Portica #EACC5A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 44.32%
G = 38.64%
B = 17.05%

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

#EACC5A (or 0xEACC5A) is known color: Portica. HEX triplet: EA, CC and 5A. RGB value is (234,204,90). Sum of RGB (Red+Green+Blue) = 234+204+90=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC5A is #1533A5. Grayscale: #C8C8C8. Windows color (decimal): -1389478 or 5950698. OLE color: 5950698.

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

Color convert

RGB 234 204 90 -
CMYK 0 0.13 0.62 0.08
HSL 47.5º 0.77% 0.64% -
HSV(B) 47.5º 0.62% 0.92% -
XYZ 57.37 61.42 18.5 -
YUV 199.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 234 204 90 0 0.13 0.62 0.08 47.5 0.77 0.64
Hex EA CC 5A 0 D 3E 8 30 4D 40
Octal 352 314 132 0 15 76 10 60 115 100
Binary 11101010 11001100 1011010 0 1101 111110 1000 110000 1001101 1000000

Color Harmonies of #EACC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC5A

Black with #EACC5A

Text Example


Text Example

White with #EACC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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