Html Css Color HEX #EBDA5C Portica

📋 copy color: '#EBDA5C'

red 235 ◦ green 218 ◦ blue 92

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

Shades of Portica #EBDA5C

Tints of Portica #EBDA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.88%

R = 43.12%
G = 40%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBDA5C (or 0xEBDA5C) is known color: Portica. HEX triplet: EB, DA and 5C. RGB value is (235,218,92). Sum of RGB (Red+Green+Blue) = 235+218+92=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA5C is #1425A3. Grayscale: #D1D1D1. Windows color (decimal): -1320356 or 6085355. OLE color: 6085355.

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

Color convert

RGB 235 218 92 -
CMYK 0 0.07 0.61 0.08
HSL 52.87º 0.78% 0.64% -
HSV(B) 52.87º 0.61% 0.92% -
XYZ 61.26 68.58 20.13 -
YUV 208.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 235 218 92 0 0.07 0.61 0.08 52.87 0.78 0.64
Hex EB DA 5C 0 7 3D 8 35 4E 40
Octal 353 332 134 0 7 75 10 65 116 100
Binary 11101011 11011010 1011100 0 111 111101 1000 110101 1001110 1000000

Color Harmonies of #EBDA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA5C

Black with #EBDA5C

Text Example


Text Example

White with #EBDA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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