Html Css Color HEX #EFD656 Portica

📋 copy color: '#EFD656'

red 239 ◦ green 214 ◦ blue 86

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

Shades of Portica #EFD656

Tints of Portica #EFD656

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.7%

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

R = 44.34%
G = 39.7%
B = 15.96%

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

#EFD656 (or 0xEFD656) is known color: Portica. HEX triplet: EF, D6 and 56. RGB value is (239,214,86). Sum of RGB (Red+Green+Blue) = 239+214+86=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD656 is #1029A9. Grayscale: #CFCFCF. Windows color (decimal): -1059242 or 5691119. OLE color: 5691119.

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

Color convert

RGB 239 214 86 -
CMYK 0 0.10 0.64 0.06
HSL 50.2º 0.83% 0.64% -
HSV(B) 50.2º 0.64% 0.94% -
XYZ 61.32 67.12 18.53 -
YUV 206.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 239 214 86 0 0.10 0.64 0.06 50.2 0.83 0.64
Hex EF D6 56 0 A 40 6 32 53 40
Octal 357 326 126 0 12 100 6 62 123 100
Binary 11101111 11010110 1010110 0 1010 1000000 110 110010 1010011 1000000

Color Harmonies of #EFD656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD656

Black with #EFD656

Text Example


Text Example

White with #EFD656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD656; }

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

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

background-color css

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

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

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

border-color css

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

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

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