Html Css Color HEX #ECDA62 Portica

📋 copy color: '#ECDA62'

red 236 ◦ green 218 ◦ blue 98

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

Shades of Portica #ECDA62

Tints of Portica #ECDA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.75%

R = 42.75%
G = 39.49%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECDA62 (or 0xECDA62) is known color: Portica. HEX triplet: EC, DA and 62. RGB value is (236,218,98). Sum of RGB (Red+Green+Blue) = 236+218+98=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA62 is #13259D. Grayscale: #D2D2D2. Windows color (decimal): -1254814 or 6478572. OLE color: 6478572.

HSL color Cylindrical-coordinate representation of color #ECDA62: hue angle of 52.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECDA62 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 98 -
CMYK 0 0.08 0.58 0.07
HSL 52.17º 0.78% 0.65% -
HSV(B) 52.17º 0.58% 0.93% -
XYZ 61.87 68.86 21.59 -
YUV 209.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 236 218 98 0 0.08 0.58 0.07 52.17 0.78 0.65
Hex EC DA 62 0 8 3A 7 34 4E 41
Octal 354 332 142 0 10 72 7 64 116 101
Binary 11101100 11011010 1100010 0 1000 111010 111 110100 1001110 1000001

Color Harmonies of #ECDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA62

Black with #ECDA62

Text Example


Text Example

White with #ECDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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