Html Css Color HEX #ECCD54 Portica

📋 copy color: '#ECCD54'

red 236 ◦ green 205 ◦ blue 84

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

Shades of Portica #ECCD54

Tints of Portica #ECCD54

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 84 (33.2% from 255) = 16%

R = 44.95%
G = 39.05%
B = 16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECCD54 (or 0xECCD54) is known color: Portica. HEX triplet: EC, CD and 54. RGB value is (236,205,84). Sum of RGB (Red+Green+Blue) = 236+205+84=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD54 is #1332AB. Grayscale: #C8C8C8. Windows color (decimal): -1258156 or 5557740. OLE color: 5557740.

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

Color convert

RGB 236 205 84 -
CMYK 0 0.13 0.64 0.07
HSL 47.76º 0.8% 0.63% -
HSV(B) 47.76º 0.64% 0.93% -
XYZ 58.02 62.14 17.32 -
YUV 200.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 236 205 84 0 0.13 0.64 0.07 47.76 0.8 0.63
Hex EC CD 54 0 D 40 7 30 50 3F
Octal 354 315 124 0 15 100 7 60 120 77
Binary 11101100 11001101 1010100 0 1101 1000000 111 110000 1010000 111111

Color Harmonies of #ECCD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD54

Black with #ECCD54

Text Example


Text Example

White with #ECCD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD54; }

 p { color: rgb(236,205,84); }

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

background-color css

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

 a { background-color: rgb(236,205,84); }

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

border-color css

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

 span { border-color: rgb(236,205,84); }

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