Html Css Color HEX #ECD55C Portica

📋 copy color: '#ECD55C'

red 236 ◦ green 213 ◦ blue 92

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

Shades of Portica #ECD55C

Tints of Portica #ECD55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.01%

R = 43.62%
G = 39.37%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD55C (or 0xECD55C) is known color: Portica. HEX triplet: EC, D5 and 5C. RGB value is (236,213,92). Sum of RGB (Red+Green+Blue) = 236+213+92=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD55C is #132AA3. Grayscale: #CECECE. Windows color (decimal): -1256100 or 6084076. OLE color: 6084076.

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

Color convert

RGB 236 213 92 -
CMYK 0 0.10 0.61 0.07
HSL 50.42º 0.79% 0.64% -
HSV(B) 50.42º 0.61% 0.93% -
XYZ 60.32 66.19 19.72 -
YUV 206.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 236 213 92 0 0.10 0.61 0.07 50.42 0.79 0.64
Hex EC D5 5C 0 A 3D 7 32 4F 40
Octal 354 325 134 0 12 75 7 62 117 100
Binary 11101100 11010101 1011100 0 1010 111101 111 110010 1001111 1000000

Color Harmonies of #ECD55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD55C

Black with #ECD55C

Text Example


Text Example

White with #ECD55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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