Html Css Color HEX #ECD05D Portica

📋 copy color: '#ECD05D'

red 236 ◦ green 208 ◦ blue 93

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

Shades of Portica #ECD05D

Tints of Portica #ECD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 43.95%
G = 38.73%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD05D (or 0xECD05D) is known color: Portica. HEX triplet: EC, D0 and 5D. RGB value is (236,208,93). Sum of RGB (Red+Green+Blue) = 236+208+93=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD05D is #132FA2. Grayscale: #CBCBCB. Windows color (decimal): -1257379 or 6148332. OLE color: 6148332.

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

Color convert

RGB 236 208 93 -
CMYK 0 0.12 0.61 0.07
HSL 48.25º 0.79% 0.65% -
HSV(B) 48.25º 0.61% 0.93% -
XYZ 59.12 63.73 19.54 -
YUV 203.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 236 208 93 0 0.12 0.61 0.07 48.25 0.79 0.65
Hex EC D0 5D 0 C 3D 7 30 4F 41
Octal 354 320 135 0 14 75 7 60 117 101
Binary 11101100 11010000 1011101 0 1100 111101 111 110000 1001111 1000001

Color Harmonies of #ECD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD05D

Black with #ECD05D

Text Example


Text Example

White with #ECD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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