Html Css Color HEX #ECD962 Portica

📋 copy color: '#ECD962'

red 236 ◦ green 217 ◦ blue 98

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

Shades of Portica #ECD962

Tints of Portica #ECD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.38%

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

R = 42.83%
G = 39.38%
B = 17.79%

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

#ECD962 (or 0xECD962) is known color: Portica. HEX triplet: EC, D9 and 62. RGB value is (236,217,98). Sum of RGB (Red+Green+Blue) = 236+217+98=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD962 is #13269D. Grayscale: #D1D1D1. Windows color (decimal): -1255070 or 6478316. OLE color: 6478316.

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

Color convert

RGB 236 217 98 -
CMYK 0 0.08 0.58 0.07
HSL 51.74º 0.78% 0.65% -
HSV(B) 51.74º 0.58% 0.93% -
XYZ 61.61 68.34 21.5 -
YUV 209.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 236 217 98 0 0.08 0.58 0.07 51.74 0.78 0.65
Hex EC D9 62 0 8 3A 7 34 4E 41
Octal 354 331 142 0 10 72 7 64 116 101
Binary 11101100 11011001 1100010 0 1000 111010 111 110100 1001110 1000001

Color Harmonies of #ECD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD962

Black with #ECD962

Text Example


Text Example

White with #ECD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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