Html Css Color HEX #EBD861 Portica

📋 copy color: '#EBD861'

red 235 ◦ green 216 ◦ blue 97

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

Shades of Portica #EBD861

Tints of Portica #EBD861

RGB

 RED value IS 235 (92.19% from 255) = 42.88%

 GREEN value IS 216 (84.77% from 255) = 39.42%

 BLUE value IS 97 (38.28% from 255) = 17.7%

R = 42.88%
G = 39.42%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBD861 (or 0xEBD861) is known color: Portica. HEX triplet: EB, D8 and 61. RGB value is (235,216,97). Sum of RGB (Red+Green+Blue) = 235+216+97=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD861 is #14279E. Grayscale: #D0D0D0. Windows color (decimal): -1320863 or 6412523. OLE color: 6412523.

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

Color convert

RGB 235 216 97 -
CMYK 0 0.08 0.59 0.08
HSL 51.74º 0.78% 0.65% -
HSV(B) 51.74º 0.59% 0.92% -
XYZ 60.97 67.64 21.15 -
YUV 208.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 235 216 97 0 0.08 0.59 0.08 51.74 0.78 0.65
Hex EB D8 61 0 8 3B 8 34 4E 41
Octal 353 330 141 0 10 73 10 64 116 101
Binary 11101011 11011000 1100001 0 1000 111011 1000 110100 1001110 1000001

Color Harmonies of #EBD861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD861

Black with #EBD861

Text Example


Text Example

White with #EBD861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD861; }

 p { color: rgb(235,216,97); }

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

background-color css

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

 a { background-color: rgb(235,216,97); }

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

border-color css

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

 span { border-color: rgb(235,216,97); }

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