Html Css Color HEX #EBD353 Portica

📋 copy color: '#EBD353'

red 235 ◦ green 211 ◦ blue 83

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

Shades of Portica #EBD353

Tints of Portica #EBD353

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 44.42%
G = 39.89%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBD353 (or 0xEBD353) is known color: Portica. HEX triplet: EB, D3 and 53. RGB value is (235,211,83). Sum of RGB (Red+Green+Blue) = 235+211+83=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD353 is #142CAC. Grayscale: #CCCCCC. Windows color (decimal): -1322157 or 5493739. OLE color: 5493739.

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

Color convert

RGB 235 211 83 -
CMYK 0 0.10 0.65 0.08
HSL 50.53º 0.79% 0.62% -
HSV(B) 50.53º 0.65% 0.92% -
XYZ 59.12 64.88 17.59 -
YUV 203.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 235 211 83 0 0.10 0.65 0.08 50.53 0.79 0.62
Hex EB D3 53 0 A 41 8 33 4F 3E
Octal 353 323 123 0 12 101 10 63 117 76
Binary 11101011 11010011 1010011 0 1010 1000001 1000 110011 1001111 111110

Color Harmonies of #EBD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD353

Black with #EBD353

Text Example


Text Example

White with #EBD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD353; }

 p { color: rgb(235,211,83); }

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

background-color css

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

 a { background-color: rgb(235,211,83); }

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

border-color css

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

 span { border-color: rgb(235,211,83); }

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