Html Css Color HEX #EAD155 Portica

📋 copy color: '#EAD155'

red 234 ◦ green 209 ◦ blue 85

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

Shades of Portica #EAD155

Tints of Portica #EAD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

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

R = 44.32%
G = 39.58%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD155 (or 0xEAD155) is known color: Portica. HEX triplet: EA, D1 and 55. RGB value is (234,209,85). Sum of RGB (Red+Green+Blue) = 234+209+85=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD155 is #152EAA. Grayscale: #CACACA. Windows color (decimal): -1388203 or 5624298. OLE color: 5624298.

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

Color convert

RGB 234 209 85 -
CMYK 0 0.11 0.64 0.08
HSL 49.93º 0.78% 0.63% -
HSV(B) 49.93º 0.64% 0.92% -
XYZ 58.37 63.75 17.82 -
YUV 202.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 234 209 85 0 0.11 0.64 0.08 49.93 0.78 0.63
Hex EA D1 55 0 B 40 8 32 4E 3F
Octal 352 321 125 0 13 100 10 62 116 77
Binary 11101010 11010001 1010101 0 1011 1000000 1000 110010 1001110 111111

Color Harmonies of #EAD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD155

Black with #EAD155

Text Example


Text Example

White with #EAD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD155; }

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

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

background-color css

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

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

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

border-color css

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

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

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