Html Css Color HEX #ECD25A Portica

📋 copy color: '#ECD25A'

red 236 ◦ green 210 ◦ blue 90

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

Shades of Portica #ECD25A

Tints of Portica #ECD25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.79%

R = 44.03%
G = 39.18%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECD25A (or 0xECD25A) is known color: Portica. HEX triplet: EC, D2 and 5A. RGB value is (236,210,90). Sum of RGB (Red+Green+Blue) = 236+210+90=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD25A is #132DA5. Grayscale: #CCCCCC. Windows color (decimal): -1256870 or 5952236. OLE color: 5952236.

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

Color convert

RGB 236 210 90 -
CMYK 0 0.11 0.62 0.07
HSL 49.32º 0.79% 0.64% -
HSV(B) 49.32º 0.62% 0.93% -
XYZ 59.48 64.66 19.02 -
YUV 204.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 236 210 90 0 0.11 0.62 0.07 49.32 0.79 0.64
Hex EC D2 5A 0 B 3E 7 31 4F 40
Octal 354 322 132 0 13 76 7 61 117 100
Binary 11101100 11010010 1011010 0 1011 111110 111 110001 1001111 1000000

Color Harmonies of #ECD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD25A

Black with #ECD25A

Text Example


Text Example

White with #ECD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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