Html Css Color HEX #EFD855 Portica

📋 copy color: '#EFD855'

red 239 ◦ green 216 ◦ blue 85

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

Shades of Portica #EFD855

Tints of Portica #EFD855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.74%

R = 44.26%
G = 40%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD855 (or 0xEFD855) is known color: Portica. HEX triplet: EF, D8 and 55. RGB value is (239,216,85). Sum of RGB (Red+Green+Blue) = 239+216+85=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD855 is #1027AA. Grayscale: #D0D0D0. Windows color (decimal): -1058731 or 5626095. OLE color: 5626095.

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

Color convert

RGB 239 216 85 -
CMYK 0 0.10 0.64 0.06
HSL 51.04º 0.83% 0.64% -
HSV(B) 51.04º 0.64% 0.94% -
XYZ 61.79 68.12 18.49 -
YUV 207.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 239 216 85 0 0.10 0.64 0.06 51.04 0.83 0.64
Hex EF D8 55 0 A 40 6 33 53 40
Octal 357 330 125 0 12 100 6 63 123 100
Binary 11101111 11011000 1010101 0 1010 1000000 110 110011 1010011 1000000

Color Harmonies of #EFD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD855

Black with #EFD855

Text Example


Text Example

White with #EFD855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD855; }

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

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

background-color css

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

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

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

border-color css

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

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

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