Html Css Color HEX #EBD055 Portica

📋 copy color: '#EBD055'

red 235 ◦ green 208 ◦ blue 85

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

Shades of Portica #EBD055

Tints of Portica #EBD055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

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

R = 44.51%
G = 39.39%
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

#EBD055 (or 0xEBD055) is known color: Portica. HEX triplet: EB, D0 and 55. RGB value is (235,208,85). Sum of RGB (Red+Green+Blue) = 235+208+85=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD055 is #142FAA. Grayscale: #CACACA. Windows color (decimal): -1322923 or 5624043. OLE color: 5624043.

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

Color convert

RGB 235 208 85 -
CMYK 0 0.11 0.64 0.08
HSL 49.2º 0.79% 0.63% -
HSV(B) 49.2º 0.64% 0.92% -
XYZ 58.46 63.43 17.76 -
YUV 202.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 235 208 85 0 0.11 0.64 0.08 49.2 0.79 0.63
Hex EB D0 55 0 B 40 8 31 4F 3F
Octal 353 320 125 0 13 100 10 61 117 77
Binary 11101011 11010000 1010101 0 1011 1000000 1000 110001 1001111 111111

Color Harmonies of #EBD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD055

Black with #EBD055

Text Example


Text Example

White with #EBD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD055; }

 p { color: rgb(235,208,85); }

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

background-color css

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

 a { background-color: rgb(235,208,85); }

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

border-color css

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

 span { border-color: rgb(235,208,85); }

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