Html Css Color HEX #ECDA4D Portica

📋 copy color: '#ECDA4D'

red 236 ◦ green 218 ◦ blue 77

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

Shades of Portica #ECDA4D

Tints of Portica #ECDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.5%

R = 44.44%
G = 41.05%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECDA4D (or 0xECDA4D) is known color: Portica. HEX triplet: EC, DA and 4D. RGB value is (236,218,77). Sum of RGB (Red+Green+Blue) = 236+218+77=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA4D is #1325B2. Grayscale: #CFCFCF. Windows color (decimal): -1254835 or 5102316. OLE color: 5102316.

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

Color convert

RGB 236 218 77 -
CMYK 0 0.08 0.67 0.07
HSL 53.21º 0.81% 0.61% -
HSV(B) 53.21º 0.67% 0.93% -
XYZ 61 68.51 17.03 -
YUV 207.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 236 218 77 0 0.08 0.67 0.07 53.21 0.81 0.61
Hex EC DA 4D 0 8 43 7 35 51 3D
Octal 354 332 115 0 10 103 7 65 121 75
Binary 11101100 11011010 1001101 0 1000 1000011 111 110101 1010001 111101

Color Harmonies of #ECDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA4D

Black with #ECDA4D

Text Example


Text Example

White with #ECDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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