Html Css Color HEX #ECD252 Portica

📋 copy color: '#ECD252'

red 236 ◦ green 210 ◦ blue 82

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

Shades of Portica #ECD252

Tints of Portica #ECD252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

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

R = 44.7%
G = 39.77%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECD252 (or 0xECD252) is known color: Portica. HEX triplet: EC, D2 and 52. RGB value is (236,210,82). Sum of RGB (Red+Green+Blue) = 236+210+82=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD252 is #132DAD. Grayscale: #CBCBCB. Windows color (decimal): -1256878 or 5427948. OLE color: 5427948.

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

Color convert

RGB 236 210 82 -
CMYK 0 0.11 0.65 0.07
HSL 49.87º 0.8% 0.62% -
HSV(B) 49.87º 0.65% 0.93% -
XYZ 59.16 64.54 17.32 -
YUV 203.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 236 210 82 0 0.11 0.65 0.07 49.87 0.8 0.62
Hex EC D2 52 0 B 41 7 32 50 3E
Octal 354 322 122 0 13 101 7 62 120 76
Binary 11101100 11010010 1010010 0 1011 1000001 111 110010 1010000 111110

Color Harmonies of #ECD252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD252

Black with #ECD252

Text Example


Text Example

White with #ECD252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD252; }

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

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

background-color css

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

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

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

border-color css

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

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

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