Html Css Color HEX #ECD35D Portica

📋 copy color: '#ECD35D'

red 236 ◦ green 211 ◦ blue 93

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

Shades of Portica #ECD35D

Tints of Portica #ECD35D

RGB

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

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

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

R = 43.7%
G = 39.07%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD35D (or 0xECD35D) is known color: Portica. HEX triplet: EC, D3 and 5D. RGB value is (236,211,93). Sum of RGB (Red+Green+Blue) = 236+211+93=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD35D is #132CA2. Grayscale: #CDCDCD. Windows color (decimal): -1256611 or 6149100. OLE color: 6149100.

HSL color Cylindrical-coordinate representation of color #ECD35D: hue angle of 49.51º 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 #ECD35D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 93 -
CMYK 0 0.11 0.61 0.07
HSL 49.51º 0.79% 0.65% -
HSV(B) 49.51º 0.61% 0.93% -
XYZ 59.86 65.21 19.79 -
YUV 205.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 236 211 93 0 0.11 0.61 0.07 49.51 0.79 0.65
Hex EC D3 5D 0 B 3D 7 32 4F 41
Octal 354 323 135 0 13 75 7 62 117 101
Binary 11101100 11010011 1011101 0 1011 111101 111 110010 1001111 1000001

Color Harmonies of #ECD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD35D

Black with #ECD35D

Text Example


Text Example

White with #ECD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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