Html Css Color HEX #EFD056 Portica

📋 copy color: '#EFD056'

red 239 ◦ green 208 ◦ blue 86

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

Shades of Portica #EFD056

Tints of Portica #EFD056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

 BLUE value IS 86 (33.98% from 255) = 16.14%

R = 44.84%
G = 39.02%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD056 (or 0xEFD056) is known color: Portica. HEX triplet: EF, D0 and 56. RGB value is (239,208,86). Sum of RGB (Red+Green+Blue) = 239+208+86=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD056 is #102FA9. Grayscale: #CBCBCB. Windows color (decimal): -1060778 or 5689583. OLE color: 5689583.

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

Color convert

RGB 239 208 86 -
CMYK 0 0.13 0.64 0.06
HSL 47.84º 0.83% 0.64% -
HSV(B) 47.84º 0.64% 0.94% -
XYZ 59.83 64.13 18.03 -
YUV 203.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 239 208 86 0 0.13 0.64 0.06 47.84 0.83 0.64
Hex EF D0 56 0 D 40 6 30 53 40
Octal 357 320 126 0 15 100 6 60 123 100
Binary 11101111 11010000 1010110 0 1101 1000000 110 110000 1010011 1000000

Color Harmonies of #EFD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD056

Black with #EFD056

Text Example


Text Example

White with #EFD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD056; }

 p { color: rgb(239,208,86); }

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

background-color css

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

 a { background-color: rgb(239,208,86); }

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

border-color css

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

 span { border-color: rgb(239,208,86); }

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