Html Css Color HEX #ECDA55 Portica

📋 copy color: '#ECDA55'

red 236 ◦ green 218 ◦ blue 85

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

Shades of Portica #ECDA55

Tints of Portica #ECDA55

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.45%

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

R = 43.78%
G = 40.45%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECDA55 (or 0xECDA55) is known color: Portica. HEX triplet: EC, DA and 55. RGB value is (236,218,85). Sum of RGB (Red+Green+Blue) = 236+218+85=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA55 is #1325AA. Grayscale: #D0D0D0. Windows color (decimal): -1254827 or 5626604. OLE color: 5626604.

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

Color convert

RGB 236 218 85 -
CMYK 0 0.08 0.64 0.07
HSL 52.85º 0.8% 0.63% -
HSV(B) 52.85º 0.64% 0.93% -
XYZ 61.3 68.63 18.61 -
YUV 208.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 236 218 85 0 0.08 0.64 0.07 52.85 0.8 0.63
Hex EC DA 55 0 8 40 7 35 50 3F
Octal 354 332 125 0 10 100 7 65 120 77
Binary 11101100 11011010 1010101 0 1000 1000000 111 110101 1010000 111111

Color Harmonies of #ECDA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA55

Black with #ECDA55

Text Example


Text Example

White with #ECDA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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