Html Css Color HEX #EBCD57 Portica

📋 copy color: '#EBCD57'

red 235 ◦ green 205 ◦ blue 87

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

Shades of Portica #EBCD57

Tints of Portica #EBCD57

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 87 (34.38% from 255) = 16.51%

R = 44.59%
G = 38.9%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBCD57 (or 0xEBCD57) is known color: Portica. HEX triplet: EB, CD and 57. RGB value is (235,205,87). Sum of RGB (Red+Green+Blue) = 235+205+87=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD57 is #1432A8. Grayscale: #C9C9C9. Windows color (decimal): -1323689 or 5754347. OLE color: 5754347.

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

Color convert

RGB 235 205 87 -
CMYK 0 0.13 0.63 0.08
HSL 47.84º 0.79% 0.63% -
HSV(B) 47.84º 0.63% 0.92% -
XYZ 57.81 62.01 17.94 -
YUV 200.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 235 205 87 0 0.13 0.63 0.08 47.84 0.79 0.63
Hex EB CD 57 0 D 3F 8 30 4F 3F
Octal 353 315 127 0 15 77 10 60 117 77
Binary 11101011 11001101 1010111 0 1101 111111 1000 110000 1001111 111111

Color Harmonies of #EBCD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD57

Black with #EBCD57

Text Example


Text Example

White with #EBCD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD57; }

 p { color: rgb(235,205,87); }

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

background-color css

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

 a { background-color: rgb(235,205,87); }

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

border-color css

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

 span { border-color: rgb(235,205,87); }

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