Html Css Color HEX #ECCF55 Portica

📋 copy color: '#ECCF55'

red 236 ◦ green 207 ◦ blue 85

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

Shades of Portica #ECCF55

Tints of Portica #ECCF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.1%

R = 44.7%
G = 39.2%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECCF55 (or 0xECCF55) is known color: Portica. HEX triplet: EC, CF and 55. RGB value is (236,207,85). Sum of RGB (Red+Green+Blue) = 236+207+85=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF55 is #1330AA. Grayscale: #CACACA. Windows color (decimal): -1257643 or 5623788. OLE color: 5623788.

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

Color convert

RGB 236 207 85 -
CMYK 0 0.12 0.64 0.07
HSL 48.48º 0.8% 0.63% -
HSV(B) 48.48º 0.64% 0.93% -
XYZ 58.54 63.11 17.69 -
YUV 201.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 236 207 85 0 0.12 0.64 0.07 48.48 0.8 0.63
Hex EC CF 55 0 C 40 7 30 50 3F
Octal 354 317 125 0 14 100 7 60 120 77
Binary 11101100 11001111 1010101 0 1100 1000000 111 110000 1010000 111111

Color Harmonies of #ECCF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF55

Black with #ECCF55

Text Example


Text Example

White with #ECCF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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