Html Css Color HEX #ECCD58 Portica

📋 copy color: '#ECCD58'

red 236 ◦ green 205 ◦ blue 88

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

Shades of Portica #ECCD58

Tints of Portica #ECCD58

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 88 (34.77% from 255) = 16.64%

R = 44.61%
G = 38.75%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECCD58 (or 0xECCD58) is known color: Portica. HEX triplet: EC, CD and 58. RGB value is (236,205,88). Sum of RGB (Red+Green+Blue) = 236+205+88=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD58 is #1332A7. Grayscale: #C9C9C9. Windows color (decimal): -1258152 or 5819884. OLE color: 5819884.

HSL color Cylindrical-coordinate representation of color #ECCD58: hue angle of 47.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECCD58 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 88 -
CMYK 0 0.13 0.63 0.07
HSL 47.43º 0.8% 0.64% -
HSV(B) 47.43º 0.63% 0.93% -
XYZ 58.18 62.2 18.17 -
YUV 200.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 236 205 88 0 0.13 0.63 0.07 47.43 0.8 0.64
Hex EC CD 58 0 D 3F 7 2F 50 40
Octal 354 315 130 0 15 77 7 57 120 100
Binary 11101100 11001101 1011000 0 1101 111111 111 101111 1010000 1000000

Color Harmonies of #ECCD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD58

Black with #ECCD58

Text Example


Text Example

White with #ECCD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD58; }

 p { color: rgb(236,205,88); }

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

background-color css

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

 a { background-color: rgb(236,205,88); }

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

border-color css

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

 span { border-color: rgb(236,205,88); }

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