Html Css Color HEX #EFD85E Portica

📋 copy color: '#EFD85E'

red 239 ◦ green 216 ◦ blue 94

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

Shades of Portica #EFD85E

Tints of Portica #EFD85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 43.53%
G = 39.34%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFD85E (or 0xEFD85E) is known color: Portica. HEX triplet: EF, D8 and 5E. RGB value is (239,216,94). Sum of RGB (Red+Green+Blue) = 239+216+94=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85E is #1027A1. Grayscale: #D1D1D1. Windows color (decimal): -1058722 or 6215919. OLE color: 6215919.

HSL color Cylindrical-coordinate representation of color #EFD85E: hue angle of 50.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD85E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 94 -
CMYK 0 0.10 0.61 0.06
HSL 50.48º 0.82% 0.65% -
HSV(B) 50.48º 0.61% 0.94% -
XYZ 62.17 68.27 20.49 -
YUV 208.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 239 216 94 0 0.10 0.61 0.06 50.48 0.82 0.65
Hex EF D8 5E 0 A 3D 6 32 52 41
Octal 357 330 136 0 12 75 6 62 122 101
Binary 11101111 11011000 1011110 0 1010 111101 110 110010 1010010 1000001

Color Harmonies of #EFD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD85E

Black with #EFD85E

Text Example


Text Example

White with #EFD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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