Html Css Color HEX #EBDA5E Portica

📋 copy color: '#EBDA5E'

red 235 ◦ green 218 ◦ blue 94

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

Shades of Portica #EBDA5E

Tints of Portica #EBDA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.18%

R = 42.96%
G = 39.85%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBDA5E (or 0xEBDA5E) is known color: Portica. HEX triplet: EB, DA and 5E. RGB value is (235,218,94). Sum of RGB (Red+Green+Blue) = 235+218+94=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA5E is #1425A1. Grayscale: #D1D1D1. Windows color (decimal): -1320354 or 6216427. OLE color: 6216427.

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

Color convert

RGB 235 218 94 -
CMYK 0 0.07 0.6 0.08
HSL 52.77º 0.78% 0.65% -
HSV(B) 52.77º 0.6% 0.92% -
XYZ 61.35 68.61 20.6 -
YUV 208.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 235 218 94 0 0.07 0.6 0.08 52.77 0.78 0.65
Hex EB DA 5E 0 7 3C 8 35 4E 41
Octal 353 332 136 0 7 74 10 65 116 101
Binary 11101011 11011010 1011110 0 111 111100 1000 110101 1001110 1000001

Color Harmonies of #EBDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA5E

Black with #EBDA5E

Text Example


Text Example

White with #EBDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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