Html Css Color HEX #ECD45B Portica

📋 copy color: '#ECD45B'

red 236 ◦ green 212 ◦ blue 91

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

Shades of Portica #ECD45B

Tints of Portica #ECD45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 91 (35.94% from 255) = 16.88%

R = 43.78%
G = 39.33%
B = 16.88%

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

#ECD45B (or 0xECD45B) is known color: Portica. HEX triplet: EC, D4 and 5B. RGB value is (236,212,91). Sum of RGB (Red+Green+Blue) = 236+212+91=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD45B is #132BA4. Grayscale: #CDCDCD. Windows color (decimal): -1256357 or 6018284. OLE color: 6018284.

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

Color convert

RGB 236 212 91 -
CMYK 0 0.10 0.61 0.07
HSL 50.07º 0.79% 0.64% -
HSV(B) 50.07º 0.61% 0.93% -
XYZ 60.02 65.68 19.41 -
YUV 205.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 236 212 91 0 0.10 0.61 0.07 50.07 0.79 0.64
Hex EC D4 5B 0 A 3D 7 32 4F 40
Octal 354 324 133 0 12 75 7 62 117 100
Binary 11101100 11010100 1011011 0 1010 111101 111 110010 1001111 1000000

Color Harmonies of #ECD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD45B

Black with #ECD45B

Text Example


Text Example

White with #ECD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD45B; }

 p { color: rgb(236,212,91); }

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

background-color css

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

 a { background-color: rgb(236,212,91); }

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

border-color css

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

 span { border-color: rgb(236,212,91); }

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