Html Css Color HEX #ECD35F Portica

📋 copy color: '#ECD35F'

red 236 ◦ green 211 ◦ blue 95

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

Shades of Portica #ECD35F

Tints of Portica #ECD35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.53%

R = 43.54%
G = 38.93%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECD35F (or 0xECD35F) is known color: Portica. HEX triplet: EC, D3 and 5F. RGB value is (236,211,95). Sum of RGB (Red+Green+Blue) = 236+211+95=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD35F is #132CA0. Grayscale: #CDCDCD. Windows color (decimal): -1256609 or 6280172. OLE color: 6280172.

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

Color convert

RGB 236 211 95 -
CMYK 0 0.11 0.60 0.07
HSL 49.36º 0.79% 0.65% -
HSV(B) 49.36º 0.6% 0.93% -
XYZ 59.95 65.25 20.26 -
YUV 205.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 236 211 95 0 0.11 0.60 0.07 49.36 0.79 0.65
Hex EC D3 5F 0 B 3C 7 31 4F 41
Octal 354 323 137 0 13 74 7 61 117 101
Binary 11101100 11010011 1011111 0 1011 111100 111 110001 1001111 1000001

Color Harmonies of #ECD35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD35F

Black with #ECD35F

Text Example


Text Example

White with #ECD35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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