Html Css Color HEX #EBCE5D Portica

📋 copy color: '#EBCE5D'

red 235 ◦ green 206 ◦ blue 93

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

Shades of Portica #EBCE5D

Tints of Portica #EBCE5D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 44.01%
G = 38.58%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBCE5D (or 0xEBCE5D) is known color: Portica. HEX triplet: EB, CE and 5D. RGB value is (235,206,93). Sum of RGB (Red+Green+Blue) = 235+206+93=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE5D is #1431A2. Grayscale: #CACACA. Windows color (decimal): -1323427 or 6147819. OLE color: 6147819.

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

Color convert

RGB 235 206 93 -
CMYK 0 0.12 0.60 0.08
HSL 47.75º 0.78% 0.64% -
HSV(B) 47.75º 0.6% 0.92% -
XYZ 58.31 62.6 19.36 -
YUV 201.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 235 206 93 0 0.12 0.60 0.08 47.75 0.78 0.64
Hex EB CE 5D 0 C 3C 8 30 4E 40
Octal 353 316 135 0 14 74 10 60 116 100
Binary 11101011 11001110 1011101 0 1100 111100 1000 110000 1001110 1000000

Color Harmonies of #EBCE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE5D

Black with #EBCE5D

Text Example


Text Example

White with #EBCE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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