Html Css Color HEX #EFD958 Portica

📋 copy color: '#EFD958'

red 239 ◦ green 217 ◦ blue 88

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

Shades of Portica #EFD958

Tints of Portica #EFD958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.18%

R = 43.93%
G = 39.89%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD958 (or 0xEFD958) is known color: Portica. HEX triplet: EF, D9 and 58. RGB value is (239,217,88). Sum of RGB (Red+Green+Blue) = 239+217+88=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD958 is #1026A7. Grayscale: #D1D1D1. Windows color (decimal): -1058472 or 5822959. OLE color: 5822959.

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

Color convert

RGB 239 217 88 -
CMYK 0 0.09 0.63 0.06
HSL 51.26º 0.83% 0.64% -
HSV(B) 51.26º 0.63% 0.94% -
XYZ 62.17 68.68 19.21 -
YUV 208.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 239 217 88 0 0.09 0.63 0.06 51.26 0.83 0.64
Hex EF D9 58 0 9 3F 6 33 53 40
Octal 357 331 130 0 11 77 6 63 123 100
Binary 11101111 11011001 1011000 0 1001 111111 110 110011 1010011 1000000

Color Harmonies of #EFD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD958

Black with #EFD958

Text Example


Text Example

White with #EFD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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