Html Css Color HEX #EFD963 Portica

📋 copy color: '#EFD963'

red 239 ◦ green 217 ◦ blue 99

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

Shades of Portica #EFD963

Tints of Portica #EFD963

RGB

 RED value IS 239 (93.75% from 255) = 43.06%

 GREEN value IS 217 (85.16% from 255) = 39.1%

 BLUE value IS 99 (39.06% from 255) = 17.84%

R = 43.06%
G = 39.1%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD963 (or 0xEFD963) is known color: Portica. HEX triplet: EF, D9 and 63. RGB value is (239,217,99). Sum of RGB (Red+Green+Blue) = 239+217+99=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD963 is #10269C. Grayscale: #D2D2D2. Windows color (decimal): -1058461 or 6543855. OLE color: 6543855.

HSL color Cylindrical-coordinate representation of color #EFD963: hue angle of 50.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFD963 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 99 -
CMYK 0 0.09 0.59 0.06
HSL 50.57º 0.81% 0.66% -
HSV(B) 50.57º 0.59% 0.94% -
XYZ 62.66 68.88 21.8 -
YUV 210.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 239 217 99 0 0.09 0.59 0.06 50.57 0.81 0.66
Hex EF D9 63 0 9 3B 6 33 51 42
Octal 357 331 143 0 11 73 6 63 121 102
Binary 11101111 11011001 1100011 0 1001 111011 110 110011 1010001 1000010

Color Harmonies of #EFD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD963

Black with #EFD963

Text Example


Text Example

White with #EFD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD963; }

 p { color: rgb(239,217,99); }

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

background-color css

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

 a { background-color: rgb(239,217,99); }

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

border-color css

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

 span { border-color: rgb(239,217,99); }

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