Html Css Color HEX #EFD756 Portica

📋 copy color: '#EFD756'

red 239 ◦ green 215 ◦ blue 86

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

Shades of Portica #EFD756

Tints of Portica #EFD756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

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

R = 44.26%
G = 39.81%
B = 15.93%

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

#EFD756 (or 0xEFD756) is known color: Portica. HEX triplet: EF, D7 and 56. RGB value is (239,215,86). Sum of RGB (Red+Green+Blue) = 239+215+86=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD756 is #1028A9. Grayscale: #D0D0D0. Windows color (decimal): -1058986 or 5691375. OLE color: 5691375.

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

Color convert

RGB 239 215 86 -
CMYK 0 0.10 0.64 0.06
HSL 50.59º 0.83% 0.64% -
HSV(B) 50.59º 0.64% 0.94% -
XYZ 61.58 67.62 18.61 -
YUV 207.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 239 215 86 0 0.10 0.64 0.06 50.59 0.83 0.64
Hex EF D7 56 0 A 40 6 33 53 40
Octal 357 327 126 0 12 100 6 63 123 100
Binary 11101111 11010111 1010110 0 1010 1000000 110 110011 1010011 1000000

Color Harmonies of #EFD756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD756

Black with #EFD756

Text Example


Text Example

White with #EFD756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD756; }

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

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

background-color css

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

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

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

border-color css

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

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

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