Html Css Color HEX #EAD655 Portica

📋 copy color: '#EAD655'

red 234 ◦ green 214 ◦ blue 85

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

Shades of Portica #EAD655

Tints of Portica #EAD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 43.9%
G = 40.15%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD655 (or 0xEAD655) is known color: Portica. HEX triplet: EA, D6 and 55. RGB value is (234,214,85). Sum of RGB (Red+Green+Blue) = 234+214+85=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD655 is #1529AA. Grayscale: #CDCDCD. Windows color (decimal): -1386923 or 5625578. OLE color: 5625578.

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

Color convert

RGB 234 214 85 -
CMYK 0 0.09 0.64 0.08
HSL 51.95º 0.78% 0.63% -
HSV(B) 51.95º 0.64% 0.92% -
XYZ 59.62 66.24 18.24 -
YUV 205.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 234 214 85 0 0.09 0.64 0.08 51.95 0.78 0.63
Hex EA D6 55 0 9 40 8 34 4E 3F
Octal 352 326 125 0 11 100 10 64 116 77
Binary 11101010 11010110 1010101 0 1001 1000000 1000 110100 1001110 111111

Color Harmonies of #EAD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD655

Black with #EAD655

Text Example


Text Example

White with #EAD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD655; }

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

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

background-color css

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

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

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

border-color css

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

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

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