Html Css Color HEX #ECD35A Portica

📋 copy color: '#ECD35A'

red 236 ◦ green 211 ◦ blue 90

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

Shades of Portica #ECD35A

Tints of Portica #ECD35A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 43.95%
G = 39.29%
B = 16.76%

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

#ECD35A (or 0xECD35A) is known color: Portica. HEX triplet: EC, D3 and 5A. RGB value is (236,211,90). Sum of RGB (Red+Green+Blue) = 236+211+90=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD35A is #132CA5. Grayscale: #CDCDCD. Windows color (decimal): -1256614 or 5952492. OLE color: 5952492.

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

Color convert

RGB 236 211 90 -
CMYK 0 0.11 0.62 0.07
HSL 49.73º 0.79% 0.64% -
HSV(B) 49.73º 0.62% 0.93% -
XYZ 59.73 65.16 19.1 -
YUV 204.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 236 211 90 0 0.11 0.62 0.07 49.73 0.79 0.64
Hex EC D3 5A 0 B 3E 7 32 4F 40
Octal 354 323 132 0 13 76 7 62 117 100
Binary 11101100 11010011 1011010 0 1011 111110 111 110010 1001111 1000000

Color Harmonies of #ECD35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD35A

Black with #ECD35A

Text Example


Text Example

White with #ECD35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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