Html Css Color HEX #EBDA5D Portica

📋 copy color: '#EBDA5D'

red 235 ◦ green 218 ◦ blue 93

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

Shades of Portica #EBDA5D

Tints of Portica #EBDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

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

R = 43.04%
G = 39.93%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBDA5D (or 0xEBDA5D) is known color: Portica. HEX triplet: EB, DA and 5D. RGB value is (235,218,93). Sum of RGB (Red+Green+Blue) = 235+218+93=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA5D is #1425A2. Grayscale: #D1D1D1. Windows color (decimal): -1320355 or 6150891. OLE color: 6150891.

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

Color convert

RGB 235 218 93 -
CMYK 0 0.07 0.60 0.08
HSL 52.82º 0.78% 0.64% -
HSV(B) 52.82º 0.6% 0.92% -
XYZ 61.31 68.6 20.36 -
YUV 208.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 235 218 93 0 0.07 0.60 0.08 52.82 0.78 0.64
Hex EB DA 5D 0 7 3C 8 35 4E 40
Octal 353 332 135 0 7 74 10 65 116 100
Binary 11101011 11011010 1011101 0 111 111100 1000 110101 1001110 1000000

Color Harmonies of #EBDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA5D

Black with #EBDA5D

Text Example


Text Example

White with #EBDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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