Html Css Color HEX #EFD858 Portica

📋 copy color: '#EFD858'

red 239 ◦ green 216 ◦ blue 88

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

Shades of Portica #EFD858

Tints of Portica #EFD858

RGB

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

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

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

R = 44.01%
G = 39.78%
B = 16.21%

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

#EFD858 (or 0xEFD858) is known color: Portica. HEX triplet: EF, D8 and 58. RGB value is (239,216,88). Sum of RGB (Red+Green+Blue) = 239+216+88=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD858 is #1027A7. Grayscale: #D0D0D0. Windows color (decimal): -1058728 or 5822703. OLE color: 5822703.

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

Color convert

RGB 239 216 88 -
CMYK 0 0.10 0.63 0.06
HSL 50.86º 0.83% 0.64% -
HSV(B) 50.86º 0.63% 0.94% -
XYZ 61.91 68.17 19.13 -
YUV 208.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 239 216 88 0 0.10 0.63 0.06 50.86 0.83 0.64
Hex EF D8 58 0 A 3F 6 33 53 40
Octal 357 330 130 0 12 77 6 63 123 100
Binary 11101111 11011000 1011000 0 1010 111111 110 110011 1010011 1000000

Color Harmonies of #EFD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD858

Black with #EFD858

Text Example


Text Example

White with #EFD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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