Html Css Color HEX #ECD552 Portica

📋 copy color: '#ECD552'

red 236 ◦ green 213 ◦ blue 82

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

Shades of Portica #ECD552

Tints of Portica #ECD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

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

R = 44.44%
G = 40.11%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECD552 (or 0xECD552) is known color: Portica. HEX triplet: EC, D5 and 52. RGB value is (236,213,82). Sum of RGB (Red+Green+Blue) = 236+213+82=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD552 is #132AAD. Grayscale: #CDCDCD. Windows color (decimal): -1256110 or 5428716. OLE color: 5428716.

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

Color convert

RGB 236 213 82 -
CMYK 0 0.10 0.65 0.07
HSL 51.04º 0.8% 0.62% -
HSV(B) 51.04º 0.65% 0.93% -
XYZ 59.91 66.03 17.57 -
YUV 204.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 236 213 82 0 0.10 0.65 0.07 51.04 0.8 0.62
Hex EC D5 52 0 A 41 7 33 50 3E
Octal 354 325 122 0 12 101 7 63 120 76
Binary 11101100 11010101 1010010 0 1010 1000001 111 110011 1010000 111110

Color Harmonies of #ECD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD552

Black with #ECD552

Text Example


Text Example

White with #ECD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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