Html Css Color HEX #EACC5C Portica

📋 copy color: '#EACC5C'

red 234 ◦ green 204 ◦ blue 92

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

Shades of Portica #EACC5C

Tints of Portica #EACC5C

RGB

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

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

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

R = 44.15%
G = 38.49%
B = 17.36%

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

#EACC5C (or 0xEACC5C) is known color: Portica. HEX triplet: EA, CC and 5C. RGB value is (234,204,92). Sum of RGB (Red+Green+Blue) = 234+204+92=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC5C is #1533A3. Grayscale: #C8C8C8. Windows color (decimal): -1389476 or 6081770. OLE color: 6081770.

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

Color convert

RGB 234 204 92 -
CMYK 0 0.13 0.61 0.08
HSL 47.32º 0.77% 0.64% -
HSV(B) 47.32º 0.61% 0.92% -
XYZ 57.46 61.45 18.96 -
YUV 200.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 234 204 92 0 0.13 0.61 0.08 47.32 0.77 0.64
Hex EA CC 5C 0 D 3D 8 2F 4D 40
Octal 352 314 134 0 15 75 10 57 115 100
Binary 11101010 11001100 1011100 0 1101 111101 1000 101111 1001101 1000000

Color Harmonies of #EACC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC5C

Black with #EACC5C

Text Example


Text Example

White with #EACC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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