Html Css Color HEX #ECCB5B Portica

📋 copy color: '#ECCB5B'

red 236 ◦ green 203 ◦ blue 91

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

Shades of Portica #ECCB5B

Tints of Portica #ECCB5B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 44.53%
G = 38.3%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECCB5B (or 0xECCB5B) is known color: Portica. HEX triplet: EC, CB and 5B. RGB value is (236,203,91). Sum of RGB (Red+Green+Blue) = 236+203+91=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB5B is #1334A4. Grayscale: #C8C8C8. Windows color (decimal): -1258661 or 6015980. OLE color: 6015980.

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

Color convert

RGB 236 203 91 -
CMYK 0 0.14 0.61 0.07
HSL 46.34º 0.79% 0.64% -
HSV(B) 46.34º 0.61% 0.93% -
XYZ 57.84 61.3 18.68 -
YUV 200.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 236 203 91 0 0.14 0.61 0.07 46.34 0.79 0.64
Hex EC CB 5B 0 E 3D 7 2E 4F 40
Octal 354 313 133 0 16 75 7 56 117 100
Binary 11101100 11001011 1011011 0 1110 111101 111 101110 1001111 1000000

Color Harmonies of #ECCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB5B

Black with #ECCB5B

Text Example


Text Example

White with #ECCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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