Html Css Color HEX #EBD259 Portica

📋 copy color: '#EBD259'

red 235 ◦ green 210 ◦ blue 89

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

Shades of Portica #EBD259

Tints of Portica #EBD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 89 (35.16% from 255) = 16.67%

R = 44.01%
G = 39.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBD259 (or 0xEBD259) is known color: Portica. HEX triplet: EB, D2 and 59. RGB value is (235,210,89). Sum of RGB (Red+Green+Blue) = 235+210+89=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD259 is #142DA6. Grayscale: #CCCCCC. Windows color (decimal): -1322407 or 5886699. OLE color: 5886699.

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

Color convert

RGB 235 210 89 -
CMYK 0 0.11 0.62 0.08
HSL 49.73º 0.78% 0.64% -
HSV(B) 49.73º 0.62% 0.92% -
XYZ 59.11 64.48 18.78 -
YUV 203.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 235 210 89 0 0.11 0.62 0.08 49.73 0.78 0.64
Hex EB D2 59 0 B 3E 8 32 4E 40
Octal 353 322 131 0 13 76 10 62 116 100
Binary 11101011 11010010 1011001 0 1011 111110 1000 110010 1001110 1000000

Color Harmonies of #EBD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD259

Black with #EBD259

Text Example


Text Example

White with #EBD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD259; }

 p { color: rgb(235,210,89); }

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

background-color css

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

 a { background-color: rgb(235,210,89); }

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

border-color css

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

 span { border-color: rgb(235,210,89); }

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