Html Css Color HEX #ECCF5A Portica

📋 copy color: '#ECCF5A'

red 236 ◦ green 207 ◦ blue 90

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

Shades of Portica #ECCF5A

Tints of Portica #ECCF5A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.84%

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

R = 44.28%
G = 38.84%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECCF5A (or 0xECCF5A) is known color: Portica. HEX triplet: EC, CF and 5A. RGB value is (236,207,90). Sum of RGB (Red+Green+Blue) = 236+207+90=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF5A is #1330A5. Grayscale: #CACACA. Windows color (decimal): -1257638 or 5951468. OLE color: 5951468.

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

Color convert

RGB 236 207 90 -
CMYK 0 0.12 0.62 0.07
HSL 48.08º 0.79% 0.64% -
HSV(B) 48.08º 0.62% 0.93% -
XYZ 58.75 63.2 18.77 -
YUV 202.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 236 207 90 0 0.12 0.62 0.07 48.08 0.79 0.64
Hex EC CF 5A 0 C 3E 7 30 4F 40
Octal 354 317 132 0 14 76 7 60 117 100
Binary 11101100 11001111 1011010 0 1100 111110 111 110000 1001111 1000000

Color Harmonies of #ECCF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF5A

Black with #ECCF5A

Text Example


Text Example

White with #ECCF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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