Html Css Color HEX #EBCD5D Portica

📋 copy color: '#EBCD5D'

red 235 ◦ green 205 ◦ blue 93

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

Shades of Portica #EBCD5D

Tints of Portica #EBCD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 44.09%
G = 38.46%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBCD5D (or 0xEBCD5D) is known color: Portica. HEX triplet: EB, CD and 5D. RGB value is (235,205,93). Sum of RGB (Red+Green+Blue) = 235+205+93=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD5D is #1432A2. Grayscale: #C9C9C9. Windows color (decimal): -1323683 or 6147563. OLE color: 6147563.

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

Color convert

RGB 235 205 93 -
CMYK 0 0.13 0.60 0.08
HSL 47.32º 0.78% 0.64% -
HSV(B) 47.32º 0.6% 0.92% -
XYZ 58.07 62.12 19.28 -
YUV 201.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 235 205 93 0 0.13 0.60 0.08 47.32 0.78 0.64
Hex EB CD 5D 0 D 3C 8 2F 4E 40
Octal 353 315 135 0 15 74 10 57 116 100
Binary 11101011 11001101 1011101 0 1101 111100 1000 101111 1001110 1000000

Color Harmonies of #EBCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD5D

Black with #EBCD5D

Text Example


Text Example

White with #EBCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD5D; }

 p { color: rgb(235,205,93); }

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

background-color css

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

 a { background-color: rgb(235,205,93); }

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

border-color css

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

 span { border-color: rgb(235,205,93); }

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