Html Css Color HEX #EFD861 Portica

📋 copy color: '#EFD861'

red 239 ◦ green 216 ◦ blue 97

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

Shades of Portica #EFD861

Tints of Portica #EFD861

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.13%

 BLUE value IS 97 (38.28% from 255) = 17.57%

R = 43.3%
G = 39.13%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD861 (or 0xEFD861) is known color: Portica. HEX triplet: EF, D8 and 61. RGB value is (239,216,97). Sum of RGB (Red+Green+Blue) = 239+216+97=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD861 is #10279E. Grayscale: #D1D1D1. Windows color (decimal): -1058719 or 6412527. OLE color: 6412527.

HSL color Cylindrical-coordinate representation of color #EFD861: hue angle of 50.28º degrees, saturation: 0.82, 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 #EFD861 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 97 -
CMYK 0 0.10 0.59 0.06
HSL 50.28º 0.82% 0.66% -
HSV(B) 50.28º 0.59% 0.94% -
XYZ 62.31 68.33 21.21 -
YUV 209.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 239 216 97 0 0.10 0.59 0.06 50.28 0.82 0.66
Hex EF D8 61 0 A 3B 6 32 52 42
Octal 357 330 141 0 12 73 6 62 122 102
Binary 11101111 11011000 1100001 0 1010 111011 110 110010 1010010 1000010

Color Harmonies of #EFD861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD861

Black with #EFD861

Text Example


Text Example

White with #EFD861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD861; }

 p { color: rgb(239,216,97); }

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

background-color css

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

 a { background-color: rgb(239,216,97); }

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

border-color css

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

 span { border-color: rgb(239,216,97); }

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