Html Css Color HEX #ECD75D Portica

📋 copy color: '#ECD75D'

red 236 ◦ green 215 ◦ blue 93

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

Shades of Portica #ECD75D

Tints of Portica #ECD75D

RGB

 RED value IS 236 (92.58% from 255) = 43.38%

 GREEN value IS 215 (84.38% from 255) = 39.52%

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 43.38%
G = 39.52%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD75D (or 0xECD75D) is known color: Portica. HEX triplet: EC, D7 and 5D. RGB value is (236,215,93). Sum of RGB (Red+Green+Blue) = 236+215+93=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD75D is #1328A2. Grayscale: #CFCFCF. Windows color (decimal): -1255587 or 6150124. OLE color: 6150124.

HSL color Cylindrical-coordinate representation of color #ECD75D: hue angle of 51.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECD75D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 93 -
CMYK 0 0.09 0.61 0.07
HSL 51.19º 0.79% 0.65% -
HSV(B) 51.19º 0.61% 0.93% -
XYZ 60.87 67.22 20.12 -
YUV 207.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 236 215 93 0 0.09 0.61 0.07 51.19 0.79 0.65
Hex EC D7 5D 0 9 3D 7 33 4F 41
Octal 354 327 135 0 11 75 7 63 117 101
Binary 11101100 11010111 1011101 0 1001 111101 111 110011 1001111 1000001

Color Harmonies of #ECD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD75D

Black with #ECD75D

Text Example


Text Example

White with #ECD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD75D; }

 p { color: rgb(236,215,93); }

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

background-color css

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

 a { background-color: rgb(236,215,93); }

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

border-color css

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

 span { border-color: rgb(236,215,93); }

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