Html Css Color HEX #ECCB5A Portica

📋 copy color: '#ECCB5A'

red 236 ◦ green 203 ◦ blue 90

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

Shades of Portica #ECCB5A

Tints of Portica #ECCB5A

RGB

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

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

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

R = 44.61%
G = 38.37%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECCB5A (or 0xECCB5A) is known color: Portica. HEX triplet: EC, CB and 5A. RGB value is (236,203,90). Sum of RGB (Red+Green+Blue) = 236+203+90=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB5A is #1334A5. Grayscale: #C8C8C8. Windows color (decimal): -1258662 or 5950444. OLE color: 5950444.

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

Color convert

RGB 236 203 90 -
CMYK 0 0.14 0.62 0.07
HSL 46.44º 0.79% 0.64% -
HSV(B) 46.44º 0.62% 0.93% -
XYZ 57.79 61.28 18.46 -
YUV 199.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 236 203 90 0 0.14 0.62 0.07 46.44 0.79 0.64
Hex EC CB 5A 0 E 3E 7 2E 4F 40
Octal 354 313 132 0 16 76 7 56 117 100
Binary 11101100 11001011 1011010 0 1110 111110 111 101110 1001111 1000000

Color Harmonies of #ECCB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB5A

Black with #ECCB5A

Text Example


Text Example

White with #ECCB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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