Html Css Color HEX #EFD862 Portica

📋 copy color: '#EFD862'

red 239 ◦ green 216 ◦ blue 98

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

Shades of Portica #EFD862

Tints of Portica #EFD862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.72%

R = 43.22%
G = 39.06%
B = 17.72%

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

#EFD862 (or 0xEFD862) is known color: Portica. HEX triplet: EF, D8 and 62. RGB value is (239,216,98). Sum of RGB (Red+Green+Blue) = 239+216+98=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD862 is #10279D. Grayscale: #D1D1D1. Windows color (decimal): -1058718 or 6478063. OLE color: 6478063.

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

Color convert

RGB 239 216 98 -
CMYK 0 0.10 0.59 0.06
HSL 50.21º 0.82% 0.66% -
HSV(B) 50.21º 0.59% 0.94% -
XYZ 62.36 68.34 21.46 -
YUV 209.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 239 216 98 0 0.10 0.59 0.06 50.21 0.82 0.66
Hex EF D8 62 0 A 3B 6 32 52 42
Octal 357 330 142 0 12 73 6 62 122 102
Binary 11101111 11011000 1100010 0 1010 111011 110 110010 1010010 1000010

Color Harmonies of #EFD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD862

Black with #EFD862

Text Example


Text Example

White with #EFD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD862; }

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

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

background-color css

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

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

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

border-color css

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

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

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