Html Css Color HEX #EFD758 Portica

📋 copy color: '#EFD758'

red 239 ◦ green 215 ◦ blue 88

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

Shades of Portica #EFD758

Tints of Portica #EFD758

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.67%

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

R = 44.1%
G = 39.67%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD758 (or 0xEFD758) is known color: Portica. HEX triplet: EF, D7 and 58. RGB value is (239,215,88). Sum of RGB (Red+Green+Blue) = 239+215+88=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD758 is #1028A7. Grayscale: #D0D0D0. Windows color (decimal): -1058984 or 5822447. OLE color: 5822447.

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

Color convert

RGB 239 215 88 -
CMYK 0 0.10 0.63 0.06
HSL 50.46º 0.83% 0.64% -
HSV(B) 50.46º 0.63% 0.94% -
XYZ 61.66 67.66 19.04 -
YUV 207.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 239 215 88 0 0.10 0.63 0.06 50.46 0.83 0.64
Hex EF D7 58 0 A 3F 6 32 53 40
Octal 357 327 130 0 12 77 6 62 123 100
Binary 11101111 11010111 1011000 0 1010 111111 110 110010 1010011 1000000

Color Harmonies of #EFD758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD758

Black with #EFD758

Text Example


Text Example

White with #EFD758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD758; }

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

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

background-color css

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

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

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

border-color css

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

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

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