Html Css Color HEX #EFD85D Portica

📋 copy color: '#EFD85D'

red 239 ◦ green 216 ◦ blue 93

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

Shades of Portica #EFD85D

Tints of Portica #EFD85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.97%

R = 43.61%
G = 39.42%
B = 16.97%

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

#EFD85D (or 0xEFD85D) is known color: Portica. HEX triplet: EF, D8 and 5D. RGB value is (239,216,93). Sum of RGB (Red+Green+Blue) = 239+216+93=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD85D is #1027A2. Grayscale: #D1D1D1. Windows color (decimal): -1058723 or 6150383. OLE color: 6150383.

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

Color convert

RGB 239 216 93 -
CMYK 0 0.10 0.61 0.06
HSL 50.55º 0.82% 0.65% -
HSV(B) 50.55º 0.61% 0.94% -
XYZ 62.13 68.25 20.26 -
YUV 208.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 239 216 93 0 0.10 0.61 0.06 50.55 0.82 0.65
Hex EF D8 5D 0 A 3D 6 33 52 41
Octal 357 330 135 0 12 75 6 63 122 101
Binary 11101111 11011000 1011101 0 1010 111101 110 110011 1010010 1000001

Color Harmonies of #EFD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD85D

Black with #EFD85D

Text Example


Text Example

White with #EFD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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