Html Css Color HEX #ECCF5D Portica

📋 copy color: '#ECCF5D'

red 236 ◦ green 207 ◦ blue 93

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

Shades of Portica #ECCF5D

Tints of Portica #ECCF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 44.03%
G = 38.62%
B = 17.35%

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

#ECCF5D (or 0xECCF5D) is known color: Portica. HEX triplet: EC, CF and 5D. RGB value is (236,207,93). Sum of RGB (Red+Green+Blue) = 236+207+93=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF5D is #1330A2. Grayscale: #CBCBCB. Windows color (decimal): -1257635 or 6148076. OLE color: 6148076.

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

Color convert

RGB 236 207 93 -
CMYK 0 0.12 0.61 0.07
HSL 47.83º 0.79% 0.65% -
HSV(B) 47.83º 0.61% 0.93% -
XYZ 58.88 63.25 19.46 -
YUV 202.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 236 207 93 0 0.12 0.61 0.07 47.83 0.79 0.65
Hex EC CF 5D 0 C 3D 7 30 4F 41
Octal 354 317 135 0 14 75 7 60 117 101
Binary 11101100 11001111 1011101 0 1100 111101 111 110000 1001111 1000001

Color Harmonies of #ECCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF5D

Black with #ECCF5D

Text Example


Text Example

White with #ECCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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