Html Css Color HEX #EACD55 Portica

📋 copy color: '#EACD55'

red 234 ◦ green 205 ◦ blue 85

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

Shades of Portica #EACD55

Tints of Portica #EACD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.12%

 BLUE value IS 85 (33.59% from 255) = 16.22%

R = 44.66%
G = 39.12%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EACD55 (or 0xEACD55) is known color: Portica. HEX triplet: EA, CD and 55. RGB value is (234,205,85). Sum of RGB (Red+Green+Blue) = 234+205+85=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD55 is #1532AA. Grayscale: #C8C8C8. Windows color (decimal): -1389227 or 5623274. OLE color: 5623274.

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

Color convert

RGB 234 205 85 -
CMYK 0 0.12 0.64 0.08
HSL 48.32º 0.78% 0.63% -
HSV(B) 48.32º 0.64% 0.92% -
XYZ 57.4 61.81 17.5 -
YUV 199.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 234 205 85 0 0.12 0.64 0.08 48.32 0.78 0.63
Hex EA CD 55 0 C 40 8 30 4E 3F
Octal 352 315 125 0 14 100 10 60 116 77
Binary 11101010 11001101 1010101 0 1100 1000000 1000 110000 1001110 111111

Color Harmonies of #EACD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD55

Black with #EACD55

Text Example


Text Example

White with #EACD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD55; }

 p { color: rgb(234,205,85); }

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

background-color css

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

 a { background-color: rgb(234,205,85); }

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

border-color css

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

 span { border-color: rgb(234,205,85); }

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