Html Css Color HEX #ECD852 Portica

📋 copy color: '#ECD852'

red 236 ◦ green 216 ◦ blue 82

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

Shades of Portica #ECD852

Tints of Portica #ECD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 82 (32.42% from 255) = 15.36%

R = 44.19%
G = 40.45%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECD852 (or 0xECD852) is known color: Portica. HEX triplet: EC, D8 and 52. RGB value is (236,216,82). Sum of RGB (Red+Green+Blue) = 236+216+82=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD852 is #1327AD. Grayscale: #CFCFCF. Windows color (decimal): -1255342 or 5429484. OLE color: 5429484.

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

Color convert

RGB 236 216 82 -
CMYK 0 0.08 0.65 0.07
HSL 52.21º 0.8% 0.62% -
HSV(B) 52.21º 0.65% 0.93% -
XYZ 60.67 67.55 17.82 -
YUV 206.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 236 216 82 0 0.08 0.65 0.07 52.21 0.8 0.62
Hex EC D8 52 0 8 41 7 34 50 3E
Octal 354 330 122 0 10 101 7 64 120 76
Binary 11101100 11011000 1010010 0 1000 1000001 111 110100 1010000 111110

Color Harmonies of #ECD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD852

Black with #ECD852

Text Example


Text Example

White with #ECD852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD852; }

 p { color: rgb(236,216,82); }

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

background-color css

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

 a { background-color: rgb(236,216,82); }

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

border-color css

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

 span { border-color: rgb(236,216,82); }

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