Html Css Color HEX #ECCC58 Portica

📋 copy color: '#ECCC58'

red 236 ◦ green 204 ◦ blue 88

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

Shades of Portica #ECCC58

Tints of Portica #ECCC58

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 44.7%
G = 38.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECCC58 (or 0xECCC58) is known color: Portica. HEX triplet: EC, CC and 58. RGB value is (236,204,88). Sum of RGB (Red+Green+Blue) = 236+204+88=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC58 is #1333A7. Grayscale: #C8C8C8. Windows color (decimal): -1258408 or 5819628. OLE color: 5819628.

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

Color convert

RGB 236 204 88 -
CMYK 0 0.14 0.63 0.07
HSL 47.03º 0.8% 0.64% -
HSV(B) 47.03º 0.63% 0.93% -
XYZ 57.95 61.72 18.09 -
YUV 200.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 236 204 88 0 0.14 0.63 0.07 47.03 0.8 0.64
Hex EC CC 58 0 E 3F 7 2F 50 40
Octal 354 314 130 0 16 77 7 57 120 100
Binary 11101100 11001100 1011000 0 1110 111111 111 101111 1010000 1000000

Color Harmonies of #ECCC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC58

Black with #ECCC58

Text Example


Text Example

White with #ECCC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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