Html Css Color HEX #EBD455 Portica

📋 copy color: '#EBD455'

red 235 ◦ green 212 ◦ blue 85

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

Shades of Portica #EBD455

Tints of Portica #EBD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 85 (33.59% from 255) = 15.98%

R = 44.17%
G = 39.85%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBD455 (or 0xEBD455) is known color: Portica. HEX triplet: EB, D4 and 55. RGB value is (235,212,85). Sum of RGB (Red+Green+Blue) = 235+212+85=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD455 is #142BAA. Grayscale: #CCCCCC. Windows color (decimal): -1321899 or 5625067. OLE color: 5625067.

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

Color convert

RGB 235 212 85 -
CMYK 0 0.10 0.64 0.08
HSL 50.8º 0.79% 0.63% -
HSV(B) 50.8º 0.64% 0.92% -
XYZ 59.44 65.41 18.09 -
YUV 204.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 235 212 85 0 0.10 0.64 0.08 50.8 0.79 0.63
Hex EB D4 55 0 A 40 8 33 4F 3F
Octal 353 324 125 0 12 100 10 63 117 77
Binary 11101011 11010100 1010101 0 1010 1000000 1000 110011 1001111 111111

Color Harmonies of #EBD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD455

Black with #EBD455

Text Example


Text Example

White with #EBD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD455; }

 p { color: rgb(235,212,85); }

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

background-color css

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

 a { background-color: rgb(235,212,85); }

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

border-color css

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

 span { border-color: rgb(235,212,85); }

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